feat: add rss widget (#760)
Co-authored-by: SeDemal <demal.sebastien@bluewin.ch>
This commit is contained in:
@@ -4,6 +4,7 @@ import { Inter } from "next/font/google";
|
||||
import "@homarr/ui/styles.css";
|
||||
import "@homarr/notifications/styles.css";
|
||||
import "@homarr/spotlight/styles.css";
|
||||
import "~/styles/scroll-area.scss";
|
||||
|
||||
import { ColorSchemeScript, createTheme, MantineProvider } from "@mantine/core";
|
||||
|
||||
|
||||
4
apps/nextjs/src/styles/scroll-area.scss
Normal file
4
apps/nextjs/src/styles/scroll-area.scss
Normal file
@@ -0,0 +1,4 @@
|
||||
.scroll-area-w100 .mantine-ScrollArea-viewport > div:nth-of-type(1) {
|
||||
width: 100%;
|
||||
display: inherit !important;
|
||||
}
|
||||
Reference in New Issue
Block a user