Makes the sidebar wider in BandLab Studio
BandLab Studio - Wider sidebar by CuteBladeYT
Details
AuthorCuteBladeYT
LicenseNo License
Categorybandlab.com/studio
Created
Updated
Size411 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 BandLab Studio - Wider sidebar
@namespace bandlab
@version 1.0.0
@description Makes the sidebar wider in BandLab Studio
@author UnitedCatdom
==/UserStyle== */
@-moz-document url-prefix("https://www.bandlab.com/studio") {
:root {
--sidetab-width: 512px;
}
body > main > div > div > div.mix-editor-sidetabs.active {
width: var(--sidetab-width);
}
}