Update styles.css

This commit is contained in:
2022-12-11 21:55:12 +01:00
parent 358f9f08ea
commit d306d8dac9

View File

@ -2,11 +2,13 @@ body {
background: #111111; background: #111111;
} }
.summary {
max-height: 450px;
overflow-y: auto
}
.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
}