Remove unused CSS

This commit is contained in:
2023-01-17 03:41:31 +01:00
parent ace8d238bf
commit 904e4955a8

View File

@ -4,10 +4,4 @@ body {
.border {
background: #161616;
}
/* Used in feed.html for minimizing the height when expanding the summary and content */
.summary {
max-height: 450px;
overflow-y: auto
}