mirror of
https://github.com/rystaf/mlmym.git
synced 2024-11-04 22:33:15 +00:00
expando text line-height and background
This commit is contained in:
parent
8a5b2094b7
commit
20fc85ca3e
|
@ -62,7 +62,7 @@ summary {
|
|||
min-width: 3px;
|
||||
min-height: 38px;
|
||||
}
|
||||
.comment .content {
|
||||
.comment .content, .expando .md {
|
||||
line-height: 20px;
|
||||
overflow:hidden;
|
||||
max-width: 840px;
|
||||
|
@ -1083,7 +1083,7 @@ body.dark {
|
|||
background-color: #262626;
|
||||
}
|
||||
.dark .expando .md {
|
||||
background-color: #262626;
|
||||
background-color: #373737;
|
||||
color: #ddd;
|
||||
border-color: #666;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue