Will ⧢⌶⫐☰⨅
Wide Minehut Dashboard by antehl
Details
Authorantehl
LicenseNo License
Categoryminehut.com/dashboard
Created
Updated
Size499 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 Wide Minehut Dashboard
@namespace github.com/antehl
@version 1.0.0
@description Will ⧢⌶⫐☰⨅
@author antehl
==/UserStyle== */
@-moz-document url("https://minehut.com/dashboard/files") {
.page-content {
width: 100vw !important;
}
.card-main,
.v-card--flat {
min-width: calc(100vw - 6rem);
}
.dashboard-container {
margin: 0;
}
.d-md-block {
width: 15rem;
flex: none;
resize: horizontal;
}
}