some changes
This commit is contained in:
parent
fa398864dd
commit
21acc6122d
1 changed files with 10 additions and 6 deletions
16
btfl.css
16
btfl.css
|
@ -23,7 +23,6 @@
|
|||
[class*="nitro"],
|
||||
[class^="upsell"],
|
||||
[class^="availabilityIndicator-"],
|
||||
[class*="artwork-"],
|
||||
div[class^="serverBoostTabItem-"],
|
||||
div[class^="overviewSidebar-"],
|
||||
div[class^="autocompleteShadow-"],
|
||||
|
@ -76,6 +75,9 @@ nav[class^="privateChannels-"] div div
|
|||
|
||||
div[class*="templatesList-"] button[class^="container-"] ~ *,
|
||||
|
||||
[class*="artwork-"],
|
||||
div[class^="characterBackground-"] [class*="rightSplit-"],
|
||||
|
||||
/* main page */
|
||||
#app-mount div:not([class]) div[class=""] div:not([class]),
|
||||
#app-mount div:not([class]) div[class=""] div div[class*="background-"],
|
||||
|
@ -155,6 +157,7 @@ div[class^="radioBar-"] {
|
|||
[class^="authBox"],
|
||||
[class*="embed"],
|
||||
[class^="checkboxWrapper-"],
|
||||
div[class^="pictureInPicture-"],
|
||||
div[class^="group-"],
|
||||
div[class*="card"],
|
||||
div[class^="item-"],
|
||||
|
@ -278,8 +281,8 @@ section div[class^="children-"]
|
|||
}
|
||||
|
||||
/* mobile mode */
|
||||
@media screen and (max-device-width: 600px) {
|
||||
/* FIXME: add close buttons to emoji panel, profile */
|
||||
@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; }
|
||||
|
@ -293,8 +296,9 @@ section div[class^="children-"]
|
|||
[class*="positionLayer-"],
|
||||
[class*="fullscreenOnMobile"] {
|
||||
overflow: auto;
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
width: 100%; min-width: 100%;
|
||||
}
|
||||
[class^="positionLayer-"] {
|
||||
position: absolute;
|
||||
top: 0 !important;
|
||||
left: 0 !important;
|
||||
|
@ -322,7 +326,7 @@ section div[class^="children-"]
|
|||
}
|
||||
}
|
||||
|
||||
div[class*="fullscreenOnMobile"] div[class^="flex"] {
|
||||
div[class*="fullscreenOnMobile"] > div[class^="flex"] {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue