User:Taylan/vector.css: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:


html body.theme-dark-grey {
html body.theme-dark-grey {
min-height: 100%;
height: auto;
height: auto;
background: color-mix(in srgb, var(--bg-dark) 90%, transparent);
padding-bottom: 30px;
}
}



Revision as of 19:23, 15 July 2024

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

html body.theme-dark-grey {
	min-height: 100%;
	height: auto;
}

#mw-panel {
	height: 100%;
}

#p-left-panel-ad {
	top: 0;
	position: sticky;
	display: block; /* override .emptyPortlet{display:none} */
}