Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
.vector-menu-content-list .icon {
	text-decoration: none;
	color: black;
	opacity: 0.87;
	position: relative;
    top: 5px;
}
[data-darkreader-scheme="dark"] #userjs-todo a {
	color: white;
}
#userjs-todo {
	margin-right: 0.4em;
}

#ca-unwatch, #ca-watch, #ca-wikilove{
    top: 0;
}

#userjs-todo-popup{
    transition: visiblilty 0.5s ease;
}

#p-personal {
	top: 0;
}

@media screen and (max-width: 1000px){
	#left-navigation{
		margin-left: 10px;
	}
	.mw-editable #mw-panel{
		display: none;
	}
	.mw-editable #content, .mw-editable #mw-data-after-content{
		margin-left: 0;
		border-left: none;
	}
	#notepad-icon, #rwPGIconContainer{
		display: none;
	}
	div#simpleSearch {
    	width: 1em !important;
    	transition: width var(--speed) ease-out;
    }
	div#simpleSearch:focus-within {
    	width: 10em !important;
    }
}

/* Fix icon colours when using Dark Reader */
[data-darkreader-scheme="dark"] :is(#p-personal, #wikiEditor-section-main) [class*="oo-ui-icon-"] {
	filter: invert();
}