Fix for toonbook.me 2
Fix the dropdown box! by paralltheshape
Details
Authorparalltheshape
LicenseNo License
Categorytoonbook
Created
Updated
Size518 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Might be fixed soon anyways but if you REALLY can't stand it, here you go.
Source code
/* ==UserStyle==
@name Fix the dropdown box!
@version 20220604.11.41
@namespace userstyles.world/user/paralltheshape
@description Fix for toonbook.me 2
@author paralltheshape
@license No License
==/UserStyle== */
@-moz-document domain("www.toonbook.me") {
.layout_sdtopbarmenu_topbar_compleate #core_menu_mini_menu .dropDownMenuMini {
display: none;
height: auto;
position: absolute;
z-index: 200;
background-color: #333;
margin-left: 115px;
bottom: -100px;
}
}