simplify vuetifyjs.com
◆Vuetify by syon
Details
Authorsyon
LicenseNo License
Categoryvuetify
Created
Updated
Size664 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name ◆Vuetify
@version 20220613.04.27
@namespace userstyles.world/user/syon
@description simplify vuetifyjs.com
@author syon
@license No License
==/UserStyle== */
@-moz-document domain("vuetifyjs.com") {
#app .v-system-bar,
#app .v-app-ad,
.v-navigation-drawer__content > div:first-child,
.v-navigation-drawer--right > .v-navigation-drawer__content > div:nth-child(2),
.v-app-bar > .v-toolbar__content > div:nth-child(2) > .text--secondary,
.v-app-bar > .v-toolbar__content > div:nth-child(2) > span {
display: none !important;
}
.v-app-bar,
#default-drawer {
margin-top: 0 !important;
top: 0 !important;
}
}