Search on CGDownload for mobile
Search on CGDownload for mobile by rakleed

Details
Authorrakleed
LicenseMIT License
Categorycgdownload.ru
Created
Updated
Code size404 B
Code checksuma24d2e92
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Search on CGDownload for mobile
@namespace rakleed
@version 1.1
==/UserStyle== */
@-moz-document domain("cgdownload.ru") {
@media (width <= 768px) {
.col_side.nomobile:has(.mysearch) {
display: block;
order: -1;
.left_bar:not(:has(.mysearch)) {
display: none;
}
}
}
}