diff --git a/btfl.less b/btfl.less index 373ba46..069cc52 100644 --- a/btfl.less +++ b/btfl.less @@ -19,7 +19,6 @@ // Optional @import "src/hide"; -@import "src/mobile"; @import "src/nitro"; @import "src/bd"; diff --git a/src/mobile.less b/src/mobile.less deleted file mode 100644 index 079e707..0000000 --- a/src/mobile.less +++ /dev/null @@ -1,53 +0,0 @@ -// TODO: comment this - -@media screen and (max-device-width: 800px) { - /* FIXME: add close buttons to emoji panel */ - - [class^="channel-"] { max-width: unset; margin: 0 8px; } - [class^="layer-"] { padding: 0; margin: auto; } - [class^="layer-"] > [class^="container-"], - [class^="standardSidebarView-"] { overflow-x: scroll; } - [class^="content-"] [class^="sidebar"] { width: calc(50% - 8px - 72px); } - [class^="chat-"] { width: 100%; } - [class^="tools"] { position: unset !important; } - - [class*="positionLayer-"], - [class*="fullscreenOnMobile"] { - overflow: auto; - width: 100%; min-width: 100%; - } - [class^="positionLayer-"] { - position: absolute; - top: 0 !important; - left: 0 !important; - right: 0 !important; - bottom: 0 !important; - } - [class*="fullscreenOnMobile"] [class^="body"] { - width: 100%; height: 100%; - } - - [class^="side-"] > [class^="item-"] { - margin-top: 4px !important; - padding: 6px 10px !important; - } - - [class^="side-"] > [class^="item-"], - :not([class*="pill"]):not([class*="Pill"]) > [class*="item-"], - :not([class*="pill"]):not([class*="Pill"]) > [role="tab"], - [class^="member-"], - #channels li, - div[class^="tabBarItem-"] { - margin-top: 8px; - padding: 8px; - font-size: 11pt; - } - - [class^="base-"], - [class^="contentRegion-"], - div[class^="sidebarRegion-"], // all in settings - { - width: 200%; - min-width: 200%; - } -}