Er2
57f82d613b
Change User-Agent (for future). No verified bots (v BOT). Change side to top bar in settings. Some settings were redesigned.
63 lines
1.2 KiB
Text
63 lines
1.2 KiB
Text
/** DisKort
|
|
* (c) Er2 2022 <er2@dismail.de>
|
|
* Zlib License
|
|
*/
|
|
|
|
div[class^="messagesWrapper-"] div {
|
|
scrollbar-width: thin;
|
|
}
|
|
|
|
#emoji-picker-tab-panel {
|
|
&:not([role="dialog"]) {
|
|
// if add reaction (role=dialog), it breaks
|
|
position: absolute;
|
|
top: 0; bottom: 0;
|
|
left: 0; right: 0;
|
|
}
|
|
|
|
div[class^="wrapper-"] {
|
|
top: 0;
|
|
border-radius: 5px 0 0 5px; // for add reaction
|
|
}
|
|
}
|
|
|
|
// Fix centering
|
|
div[class^="children-"] div[class^="nicknames-"],
|
|
div[class^="children-"] div[class^="topic-"]
|
|
{
|
|
width: unset !important;
|
|
flex-grow: 0;
|
|
}
|
|
|
|
div[class*="fullscreenOnMobile"] div[class^="flex"] * {
|
|
// fix overflow
|
|
overflow: hidden;
|
|
}
|
|
|
|
div[class*="templatesList-"] {
|
|
// fix tempates list (it was removed)
|
|
height: 128px;
|
|
}
|
|
|
|
// Fix positioning
|
|
div[class^="toolsContainer-"] { // in settings
|
|
position: fixed !important;
|
|
right: 21px;
|
|
padding: 0;
|
|
margin-top: 60px;
|
|
border-radius: 16px;
|
|
|
|
& > div {
|
|
position: unset !important;
|
|
|
|
div[class^="container"] > * {
|
|
background-color: var(--background-nested-floating);
|
|
}
|
|
}
|
|
}
|
|
|
|
div[class^="contentContainer-"] div[class*="stickyHeader-"] {
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
margin: 0;
|
|
}
|