1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-26 22:13:53 +01:00

UI changes, accessibility features, ffmpeg adjustments

This commit is contained in:
NoobishSVK
2024-01-31 21:28:25 +01:00
parent 525ae519d7
commit 68e60223a3
18 changed files with 1056 additions and 228 deletions

View File

@@ -35,7 +35,7 @@
}
.m-0 {
margin: 0;
margin: 0 !important;
}
.m-left-20 {
@@ -173,4 +173,17 @@
.hide-desktop {
display: none;
}
}
/* Laptop compact view */
@media only screen and (min-width: 960px) and (max-height: 860px) {
.text-big {
font-size: 40px;
}
.text-medium-big {
font-size: 34px;
}
.text-medium {
font-size: 30px;
}
}