mirror of
https://github.com/rystaf/mlmym.git
synced 2024-11-05 06:43:21 +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-width: 3px;
|
||||||
min-height: 38px;
|
min-height: 38px;
|
||||||
}
|
}
|
||||||
.comment .content {
|
.comment .content, .expando .md {
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
max-width: 840px;
|
max-width: 840px;
|
||||||
|
@ -1083,7 +1083,7 @@ body.dark {
|
||||||
background-color: #262626;
|
background-color: #262626;
|
||||||
}
|
}
|
||||||
.dark .expando .md {
|
.dark .expando .md {
|
||||||
background-color: #262626;
|
background-color: #373737;
|
||||||
color: #ddd;
|
color: #ddd;
|
||||||
border-color: #666;
|
border-color: #666;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue