mirror of
https://github.com/lewismoten/data-over-audio.git
synced 2026-04-20 05:06:24 +08:00
show selected channel data
This commit is contained in:
28
style.css
28
style.css
@@ -47,4 +47,32 @@ ol {
|
||||
font-size: x-small;
|
||||
font-family: monospace;
|
||||
width: 250px;
|
||||
}
|
||||
|
||||
#selected-samples {
|
||||
width: 200px;
|
||||
}
|
||||
.low-high-set {
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.low-high-set .max {
|
||||
color: yellow;
|
||||
font-style: bold;
|
||||
}
|
||||
.low-high-set .highest {
|
||||
color: rgb(207, 207, 21);
|
||||
}
|
||||
.low-high-set .low {
|
||||
min-width: 45px;
|
||||
text-align: center;
|
||||
}
|
||||
.low-high-set .info {
|
||||
min-width: 45px;
|
||||
text-align: right;
|
||||
}
|
||||
.low-high-set .high {
|
||||
min-width: 45px;
|
||||
text-align: center;
|
||||
}
|
||||
Reference in New Issue
Block a user