User:Taylan/vector.css: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
No edit summary
(Replaced content with ".mw-debug-pane { height: 800px; }")
Tags: Replaced Manual revert
 
(47 intermediate revisions by the same user not shown)
Line 1: Line 1:
.mw-debug-pane {
.mw-debug-pane {
height: 800px;
height: 800px;
}
html body {
height: auto;
background-color: rgba(var(--bg-dark), 90%);
}
#mw-panel {
height: 100%;
}
#p-left-panel-ad {
top: 0;
position: sticky;
display: block; /* override .emptyPortlet{display:none} */
}
}

Latest revision as of 01:52, 2 November 2024

.mw-debug-pane {
	height: 800px;
}