Add RSS widget

This commit is contained in:
Manuel
2023-02-15 22:00:06 +01:00
committed by GitHub
parent 47ea22e411
commit ca50cffe82
10 changed files with 428 additions and 5 deletions

View File

@@ -92,3 +92,8 @@
height: 0px;
min-height: 0px !important;
}
.scroll-area-w100 .mantine-ScrollArea-viewport > div:nth-of-type(1) {
width: 100%;
display: inherit !important;
}