show most of the sidebar in big codemirror popups
This commit is contained in:
parent
493c1a65c0
commit
d39e9f6037
|
@ -396,7 +396,7 @@ body[data-match-highlight="selection"] .CodeMirror-selection-highlight-scrollbar
|
|||
#help-popup.big {
|
||||
box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 0px 100000px !important;
|
||||
max-width: 100%;
|
||||
left: 3rem;
|
||||
left: calc(280px - 3rem);
|
||||
}
|
||||
#help-popup.big .CodeMirror {
|
||||
min-height: 2rem;
|
||||
|
@ -710,6 +710,9 @@ html:not(.usercss) .usercss-only,
|
|||
.usercss #lint:not([open]) + #footer {
|
||||
margin-top: -.25em;
|
||||
}
|
||||
#help-popup.big {
|
||||
left: 3rem;
|
||||
}
|
||||
}
|
||||
@media(max-width:500px) {
|
||||
#options {
|
||||
|
|
Loading…
Reference in New Issue
Block a user