mirror of
https://github.com/atom/atom.git
synced 2026-02-18 10:31:54 -05:00
refactoring the status-bar
This commit is contained in:
9
src/packages/status-bar/stylesheets/status-bar.css
Normal file
9
src/packages/status-bar/stylesheets/status-bar.css
Normal file
@@ -0,0 +1,9 @@
|
||||
.status-bar {
|
||||
position: relative;
|
||||
-webkit-user-select: none;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.status-bar .git-branch {
|
||||
float: right;
|
||||
}
|
||||
Reference in New Issue
Block a user