mirror of
https://github.com/tuxdotrs/tpanel.git
synced 2025-10-10 12:51:54 +05:30
feat: add command center launcher
This commit is contained in:
@@ -10,8 +10,16 @@ window.Bar {
|
||||
border-radius: $rounded;
|
||||
|
||||
.launcher {
|
||||
color: $fg-color;
|
||||
border-radius: calc($rounded / 1.5);
|
||||
padding: 8px;
|
||||
|
||||
image {
|
||||
-gtk-icon-size: 1.5rem;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background-color: $bg-color;
|
||||
background-color: $inactive-color;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user