Removed status bar, replaced with Show: Stats command
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user