Update audio menu styling to combine available devie sections and improve bluetooth spacing
This commit is contained in:
@@ -32,8 +32,15 @@
|
||||
}
|
||||
.menu-section-container.playback {
|
||||
margin-top: 0em;
|
||||
margin-bottom: 0.65em;
|
||||
margin-bottom: 1.35em;
|
||||
}
|
||||
.menu-section-container.input {
|
||||
margin-top: 0em;
|
||||
}
|
||||
|
||||
.menu-label-container.input {
|
||||
border-radius: 0em;
|
||||
}
|
||||
.menu-items-section.playback {
|
||||
border-radius: 0em;
|
||||
}
|
||||
|
||||
@@ -40,14 +40,12 @@
|
||||
}
|
||||
|
||||
.bluetooth-element-item {
|
||||
margin-bottom: 0.5em;
|
||||
// background: $teal;
|
||||
margin-bottom: 0.7em;
|
||||
&:hover {
|
||||
color: $sky;
|
||||
}
|
||||
|
||||
image {
|
||||
// background: $red;
|
||||
margin-right: 0em;
|
||||
margin-top: 0.0em;
|
||||
min-height: 1em;
|
||||
@@ -59,7 +57,6 @@
|
||||
}
|
||||
|
||||
label {
|
||||
// background: $yellow;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user