Implement resize submap
This commit is contained in:
@@ -89,6 +89,16 @@ window#waybar.fullscreen #window {
|
||||
color: rgba(40, 40, 40, 0.8);
|
||||
background: #d3869b;
|
||||
}
|
||||
/* Submap display */
|
||||
#submap {
|
||||
color: rgba(235, 219, 178, 0.4);
|
||||
padding: 0 1em;
|
||||
border-radius: 8px;
|
||||
}
|
||||
#submap.resize {
|
||||
color: rgba(40, 40, 40, 0.8);
|
||||
background: #d3869b;
|
||||
}
|
||||
|
||||
/* widgets */
|
||||
#pulseaudio {
|
||||
|
Reference in New Issue
Block a user