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

Commit 19c9461

Browse files
committed
Merge pull request #1548 from rmisio/1546
tweak to modal positioning related to the app bar
2 parents ff2a124 + 6d6e3ca commit 19c9461

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

css/obBase.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ html:not(.platform-mac) #appBar .windowControls {
272272
#sideBar {
273273
position: fixed;
274274
right: -183px;
275-
top: 68px;
275+
top: 78px;
276276
width:230px;
277277
background-color: #252525;
278278
border-left: 0;
@@ -1086,7 +1086,7 @@ label.fieldItem {
10861086
}
10871087

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

10921092
.modalHolder {
@@ -1487,17 +1487,17 @@ 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: 68px;;
1490+
top: 78px;;
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: 68px;
1496+
top: 78px;
14971497
}
14981498
14991499
.modal-opaque.modal-navBlock {
1500-
background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.2) 68px, rgba(7,65,97,1) 69px);
1500+
background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.2) 78px, rgba(7,65,97,1) 79px);
15011501
top: 0;
15021502
padding-top: 100px;
15031503
}
@@ -4644,7 +4644,7 @@ input[type="checkbox"].fieldItem:checked + label .togLabelOff {
46444644
padding-top: 20px;
46454645
-webkit-app-region: no-drag;
46464646
position: relative;
4647-
top: 68px;
4647+
top: 78px;
46484648
box-sizing: border-box;
46494649
}
46504650

0 commit comments

Comments
 (0)