Some minor style fixes
parent
48213e120a
commit
4c1774a394
|
@ -50,6 +50,7 @@
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: stretch;
|
justify-content: stretch;
|
||||||
|
|
||||||
|
background: var(--app-background);
|
||||||
min-height: 27em;
|
min-height: 27em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -35,6 +35,10 @@
|
||||||
a[href], a[href]:visited {
|
a[href], a[href]:visited {
|
||||||
color: var(--footer-text)!important;
|
color: var(--footer-text)!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.source {
|
||||||
|
margin-left: .5em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.rtcStatus {
|
.rtcStatus {
|
||||||
|
|
Loading…
Reference in New Issue