Removed status bar, replaced with Show: Stats command

This commit is contained in:
Zef Hemel
2022-08-01 11:04:48 +02:00
parent 525b30c9bb
commit ec7c272594
6 changed files with 30 additions and 42 deletions
+1 -11
View File
@@ -67,7 +67,7 @@
.notifications {
position: absolute;
font-family: "iA-Mono";
bottom: 45px;
bottom: 0;
left: 5px;
right: 5px;
font-size: 15px;
@@ -171,13 +171,3 @@
}
}
}
#sb-status-bar {
height: 40px;
line-height: 40px;
padding: 0 10px;
text-align: right;
background-color: rgb(213, 213, 213);
border-top: rgb(193, 193, 193) 1px solid;
font-family: "iA-Mono";
}