User:Taylan/vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
height: auto; | height: auto; | ||
background: color-mix(in srgb, var(--bg-dark) 90%, transparent); | background: color-mix(in srgb, var(--bg-dark) 90%, transparent); | ||
padding-bottom: | padding-bottom: 5em; | ||
} | } | ||
Revision as of 21:01, 15 July 2024
.mw-debug-pane {
height: 800px;
}
html body.theme-dark-grey {
min-height: 95%;
height: auto;
background: color-mix(in srgb, var(--bg-dark) 90%, transparent);
padding-bottom: 5em;
}
#mw-panel {
height: 100%;
}
#p-Advertisement {
top: 0;
position: sticky;
display: block; /* override .emptyPortlet{display:none} */
}