Update styles.css
This commit is contained in:
parent
358f9f08ea
commit
d306d8dac9
1 changed files with 5 additions and 3 deletions
|
|
@ -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
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue