mirror of
https://github.com/voc/streaming-website
synced 2024-11-14 00:17:18 +00:00
fix multiview style
This commit is contained in:
parent
d1fdb62377
commit
327cbb3cae
2 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
body.multiview {
|
body.multiview {
|
||||||
.cell {
|
.cell {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
|
margin-top: 15px;
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|
|
@ -152,3 +152,7 @@ nav .button-wrapper > .about {
|
||||||
color: @state-danger-text;
|
color: @state-danger-text;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body.multiview .cell {
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue