9 lines
307 B
CSS
9 lines
307 B
CSS
@import url("./chatSidebarBackground.css");
|
|
@import url("./hotbarButtonGap.css");
|
|
@import url("./hotbarButtonSize.css");
|
|
@import url("./repositionHotbar.css");
|
|
|
|
@import url("./apps.css");
|
|
|
|
/* Make the chat sidebar the same width as all the other tabs */
|
|
.chat-sidebar:not(.sidebar-popout) { width: unset; }
|