Some minor style fixes

master
WolverinDEV 2021-04-25 11:45:57 +02:00
parent 48213e120a
commit 4c1774a394
2 changed files with 5 additions and 0 deletions

View File

@ -50,6 +50,7 @@
flex-direction: row;
justify-content: stretch;
background: var(--app-background);
min-height: 27em;
}

View File

@ -35,6 +35,10 @@
a[href], a[href]:visited {
color: var(--footer-text)!important;
}
.source {
margin-left: .5em;
}
}
.rtcStatus {