diff options
| author | Kumar Priyansh <[email protected]> | 2020-07-17 21:10:52 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-07-17 21:10:52 +0530 |
| commit | 181fa0d093eeb27fada15d978b17701823c7ae76 (patch) | |
| tree | 8e8300bd79115f440dd25a8a3afb6c0334694c43 /dist | |
| parent | b5085a04c3c22377b7bb2a67c1cd24991c2c4b5e (diff) | |
| download | nativekit-181fa0d093eeb27fada15d978b17701823c7ae76.tar.xz nativekit-181fa0d093eeb27fada15d978b17701823c7ae76.zip | |
Update toolbars for status bar
Diffstat (limited to 'dist')
| -rw-r--r-- | dist/mac/css/all.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dist/mac/css/all.css b/dist/mac/css/all.css index 9808e40..0d1beab 100644 --- a/dist/mac/css/all.css +++ b/dist/mac/css/all.css @@ -826,6 +826,15 @@ h6 { -webkit-app-region: drag; } +.statusbar > .toolbars { + margin-top: 6px; + margin-bottom: 3px; + padding-right: 3px; + padding-left: 3px; + padding-bottom: 3px; + -webkit-app-region: no-drag; +} + .toolbars:before, .toolbars:after { display: table; content: " "; |
