Remove unused CSS

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

View File

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