Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 6c4f54d

Browse files
committed
Fix header size
fixes #1566
1 parent 2d44ef3 commit 6c4f54d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

css/obBase.css

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ html:not(.platform-mac) #appBar .windowControls {
252252
}
253253

254254
#pageNav .navBar.bar {
255-
padding: 0 8px 10px;
255+
padding: 0 8px 0px;
256256
}
257257

258258
#pageNav .modal-about .navBar.bar {
@@ -272,7 +272,7 @@ html:not(.platform-mac) #appBar .windowControls {
272272
#sideBar {
273273
position: fixed;
274274
right: -183px;
275-
top: 78px;
275+
top: 70px;
276276
width:230px;
277277
background-color: #252525;
278278
border-left: 0;
@@ -322,7 +322,7 @@ html:not(.platform-mac) #appBar .windowControls {
322322
}
323323

324324
.bar {
325-
height: 50px;
325+
height: 42px;
326326
padding-left: 15px;
327327
padding-right: 15px;
328328
}
@@ -1086,7 +1086,7 @@ label.fieldItem {
10861086
}
10871087

10881088
.modal.modal-navOffset {
1089-
top: 78px;
1089+
top: 70px;
10901090
}
10911091

10921092
.modalHolder {
@@ -1487,13 +1487,13 @@ h5 {
14871487
.modal-opaque {
14881488
background-color: rgba(6, 55, 83, 0.80);
14891489
box-shadow: inset 0px -70px 112px -62px rgba(37,37,37,.9);
1490-
top: 78px;;
1490+
top: 70px;
14911491
}
14921492
14931493
.modal-opaqueDark {
14941494
background-color: rgba(25,25,25,0.9);
14951495
box-shadow: inset 0px -70px 112px -62px rgba(37,37,37,.9);
1496-
top: 78px;
1496+
top: 70px;
14971497
}
14981498
14991499
.modal-opaque.modal-navBlock {
@@ -3404,7 +3404,7 @@ input[type="checkbox"].fieldItem:checked + label .togLabelOff {
34043404
}
34053405

34063406
.popMenu-notifications {
3407-
top: 50px;
3407+
top: 42px;
34083408
right: 45px;
34093409
background-color: #252525;
34103410
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.60);
@@ -3488,7 +3488,7 @@ input[type="checkbox"].fieldItem:checked + label .togLabelOff {
34883488
}
34893489

34903490
.popMenu-navBar {
3491-
top: 50px;
3491+
top: 42px;
34923492
right: 10px;
34933493
width: 100%;
34943494
transform: none;
@@ -4656,7 +4656,7 @@ input[type="checkbox"].fieldItem:checked + label .togLabelOff {
46564656
padding-top: 20px;
46574657
-webkit-app-region: no-drag;
46584658
position: relative;
4659-
top: 78px;
4659+
top: 70px;
46604660
box-sizing: border-box;
46614661
}
46624662

0 commit comments

Comments
 (0)