feat: add window title, move to top
This commit is contained in:
@@ -23,7 +23,7 @@ window.Bar {
|
||||
.status-box {
|
||||
background-color: $bg-color-6;
|
||||
padding: 0 4px;
|
||||
margin: 0 4px;
|
||||
margin: 0 2px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
@@ -31,6 +31,10 @@ window.Bar {
|
||||
background-color: $inactive-bg-color;
|
||||
}
|
||||
|
||||
.client-title label {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.nix-icon {
|
||||
font-size: 24px;
|
||||
padding: 0 2px;
|
||||
|
||||
Reference in New Issue
Block a user