12 lines
499 B
CSS
12 lines
499 B
CSS
@layer resets, elements, tweaks, apps;
|
|
|
|
@import url("./chatSidebarBackground.css") layer(tweaks);
|
|
@import url("./hotbarButtonGap.css") layer(tweaks);
|
|
@import url("./hotbarButtonSize.css") layer(tweaks);
|
|
@import url("./repositionHotbar.css") layer(tweaks);
|
|
|
|
@import url("./apps/common.css") layer(apps);
|
|
@import url("./apps/StatusEffectIconConfig.css") layer(apps);
|
|
|
|
/* Make the chat sidebar the same width as all the other tabs */
|
|
.chat-sidebar:not(.sidebar-popout) { width: var(--sidebar-width); }
|