Skip to content

fansdb.cc and stashdb.org mobile by whisparr-user

Details

Authorwhisparr-user

LicenseNo License

Categoryfansdb.cc, stashdb.org

Created

Updated

Size702 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

display size friendly

Notes

make it mobile frndly with some bugs

Source code

/* ==UserStyle==
@name         stashdb and fansdb mobile
@version      20241015.03.21
@namespace    https://userstyles.world/user/whisparr-user
@description  display size friendly for stash and fans db
@author       whisparr-user
@license      No License
==/UserStyle== */

@-moz-document domain("fansdb.cc"), domain("stashdb.org") {
body
{
	min-width: 250px;
}
.HomePage-scenes
{
	display: flex;
}

.HomePage-scenes > div
{
	min-width: 350px;
}
.navbar-expand
{
	flex-wrap: wrap;
}
.navbar-nav
{
	flex-direction: row;
	flex-wrap: wrap;
}
.SearchField
{
	width: 350px;
	z-index: 5;
}
.row > *
{
	min-width: 350px;
}
.d-flex
{
	display: block !important;
}
}

Reviews

No reviews yet.