-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathcontent.css
66 lines (64 loc) · 1.48 KB
/
content.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
.sbp-sidebar {
contain: strict!important;
border: unset!important;
position: fixed!important;
top: 0!important;
margin: 0!important;
padding: 0!important;
height: 100vh!important;
box-sizing: border-box!important;
overflow: hidden!important;
z-index: 2147483644!important;
cursor: default!important;
min-width: 0!important;
display: grid!important;
grid-template-rows: 100%!important;
grid-template-columns: max-content 1fr;
}
#sbp-rightBar {
right: 0!important;
left: unset!important;
}
#sbp-leftBar {
left: 0!important;
right: unset!important;
direction: rtl!important;
}
.sbp-sidebar>div {
height: 100%!important;
background-color: var(--sbp-border-color)!important;
}
.sbp-sidebar>div:hover {
background-color: var(--sbp-border-color-active)!important;
}
.sbp-sidebar>iframe {
border: unset!important;
padding: 0!important;
margin: 0!important;
width: 100%!important;
height: 100%!important;
}
#mask {
contain: strict!important;
width: 100vw!important;
height: 100vh!important;
z-index: 2147483645!important;
display: none!important;
position:fixed!important;
left: 0!important;
top: 0!important;
}
#mask.active {
display: block!important;
}
#sbp-dialog {
contain: strict!important;
width: 100%!important;
max-width: none!important;
height: 100vh!important;
top: 0!important;
left: 0!important;
border: none!important;
position: fixed!important;
z-index: 2147483646!important;
}