User:Taylan/vector.css: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
.mw-debug-pane {
.mw-debug-pane {
height: 800px;
height: 800px;
}
.bg3wiki-char-link-icon {
display: none;
}
}



Revision as of 13:19, 24 July 2024

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

.bg3wiki-char-link-icon {
	display: none;
}

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

#mw-panel {
	height: 100%;
}
*/

/*
#p-Advertisement {
	top: 0;
	position: sticky;
	display: block;
}
*/