app.porndb.me Minor Improvments
by promatteproductions
Details
Author promatteproductions
License No License
Category app.porndb.me
Created 2 years, 8 months ago
Updated 1 year, 4 months ago
Size 1.2 kB
Statistics
Learn how we calculate statistics in the FAQ .
Failed to fetch stats.
Description
Adds Minor Improvements like highlighting nzbfinder icons green and graying out others. Increasing size of browse files box and create a scrollbar.
Mainly made to make the nzb files you have access to stand out because the site shows all by default even if you don’t have access. Users will need to modify the css to have it highlight different links.
Made with a 1440p monitor in mind.
Notes
Userstyle doesn't have notes.
Source code
/* ==UserStyle==
@name app.porndb.me Minor Improvments
@namespace app.porndb.me
@version 1.0.8
@description Minor Improvments To UI
@author Matte
==/UserStyle== */
@-moz-document domain("app.porndb.me") {
.v-dialog.v-bottom-sheet.v-bottom-sheet--inset.v-dialog--active{
align-self: center;
}
.v-dialog--active .v-window{
background:#ffffff;
overflow: auto;
height: 900px;
}
.v-dialog.v-bottom-sheet.v-bottom-sheet--inset.v-dialog--active{
max-width: 70%!important;
}
.v-list__tile__sub-title{
overflow-x:auto;
}
.v-window-item a[href^="https:"] i.v-icon{
color: grey!important;
}
.v-window-item a[href^="https://nzbfinder.ws"] i.v-icon{
color: green!important;
}
.v-window-item a[href^="https://api.porndb.me/api"] i.v-icon{
color:orange!important;
}
@media (max-width: 1280px) {
.v-dialog.v-bottom-sheet.v-bottom-sheet--inset.v-dialog--active{
max-width: 95% !important;
}
div.flex.xs12.sm6.md4.lg4.xl4.pa-2{
flex-basis: 50%;
max-width: 50%;
}
}
}