✨ eww: add new features and fix issues
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
|
||||
box.audio-popup {
|
||||
background: rgba($background, .7);
|
||||
padding: 8px;
|
||||
margin-right: 6px;
|
||||
border-radius: 16px;
|
||||
border: .5px solid rgba($foreground, .3);
|
||||
}
|
||||
|
||||
.separator {
|
||||
box-shadow: 0 0 0 1px darken($color: $foreground, $amount: 25);
|
||||
margin: 4px 0;
|
||||
border-radius: 1px;
|
||||
}
|
||||
|
||||
.output-slider {
|
||||
label {
|
||||
margin-left: 18px;
|
||||
color: $background;
|
||||
}
|
||||
}
|
||||
|
||||
.source-slider {
|
||||
label {
|
||||
margin-left: 18px;
|
||||
color: $background;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user