You've already forked fm-dx-webserver
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:
@@ -8,12 +8,30 @@ h3 {
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
.canvas-container {
|
||||
width: 100%;
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
#data-ant {
|
||||
margin-right: 15px !important;
|
||||
}
|
||||
|
||||
#data-ps, #data-rt0, #data-rt1 {
|
||||
font-family: monospace;
|
||||
font-family: "Roboto Mono", monospace;
|
||||
}
|
||||
|
||||
#data-rt0, #data-rt1 {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
#data-ps {
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.form-group {
|
||||
display: inline-block;
|
||||
float: left;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
#color-settings, #settings {
|
||||
@@ -66,6 +84,8 @@ h3 {
|
||||
#ps-container {
|
||||
background-color: var(--color-1);
|
||||
height: 100px !important;
|
||||
margin: auto !important;
|
||||
width: 100%;
|
||||
}
|
||||
h2 {
|
||||
display: none;
|
||||
@@ -80,7 +100,7 @@ h3 {
|
||||
padding: 0 !important;
|
||||
}
|
||||
#data-ps {
|
||||
font-size: 54px;
|
||||
font-size: 42px;
|
||||
}
|
||||
#data-frequency {
|
||||
font-size: 72px;
|
||||
@@ -96,7 +116,7 @@ h3 {
|
||||
ul {
|
||||
font-size: 16px;
|
||||
}
|
||||
ul li {
|
||||
#af-list ul li {
|
||||
display: inline-table;
|
||||
margin-right: 5px;
|
||||
width: 40px;
|
||||
@@ -130,3 +150,14 @@ h3 {
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 960px) and (max-height: 860px) {
|
||||
#rt-container {
|
||||
height: 90px !important;
|
||||
}
|
||||
#ps-container {
|
||||
margin-left: 15px;
|
||||
}
|
||||
.canvas-container {
|
||||
height: 120px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user