2021-06-15 21:01:37 +02:00
|
|
|
@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/ThemeDevBadge.css);
|
|
|
|
|
2021-04-21 17:42:07 +02:00
|
|
|
:root {
|
2023-11-18 15:51:16 +01:00
|
|
|
--settingswidth: 960;
|
|
|
|
--settingsheight: 80;
|
|
|
|
--settingsbackground: transparent;
|
2023-11-09 08:16:53 +01:00
|
|
|
|
|
|
|
|
2023-11-18 16:21:19 +01:00
|
|
|
--settingswidth_v: min(calc(1px * var(--settingswidth_s, var(--settingswidth))), 99vw);
|
2023-11-18 17:07:21 +01:00
|
|
|
--settingsheight_v: min(calc(1vh * var(--settingsheight_s, var(--settingsheight))), 99vh);
|
2023-11-18 15:51:16 +01:00
|
|
|
--settingsbackground_v: var(--settingsbackground_s, var(--settingsbackground));
|
2021-04-21 17:42:07 +02:00
|
|
|
}
|
|
|
|
|
2024-03-28 18:23:28 +01:00
|
|
|
#app-mount .baseLayer__2b890 {
|
2021-04-21 17:42:07 +02:00
|
|
|
opacity: 1 !important;
|
|
|
|
transform: unset !important;
|
|
|
|
will-change: unset !important;
|
|
|
|
}
|
|
|
|
#app-mount .stop-animations * {
|
|
|
|
transition-property: inherit !important;
|
2021-04-21 18:06:30 +02:00
|
|
|
animation: inherit !important;
|
2021-04-21 17:42:07 +02:00
|
|
|
}
|
2024-03-28 18:23:28 +01:00
|
|
|
#app-mount .layer_f7d46a.stop-animations:first-child::after {
|
2021-04-21 17:42:07 +02:00
|
|
|
content: "" !important;
|
|
|
|
position: fixed !important;
|
|
|
|
background: rgb(0, 0, 0) !important;
|
|
|
|
top: 0 !important;
|
|
|
|
right: 0 !important;
|
|
|
|
bottom: 0 !important;
|
|
|
|
left: 0 !important;
|
|
|
|
margin: 0 !important;
|
|
|
|
padding: 0 !important;
|
|
|
|
opacity: 0.85 !important;
|
2021-04-24 11:24:32 +02:00
|
|
|
z-index: 999 !important;
|
2021-04-21 17:42:07 +02:00
|
|
|
pointer-events: none !important;
|
|
|
|
}
|
|
|
|
|
2024-03-28 18:23:28 +01:00
|
|
|
#app-mount .layer_f7d46a ~ .layer_f7d46a {
|
2021-04-21 17:42:07 +02:00
|
|
|
position: absolute !important;
|
|
|
|
top: 0 !important;
|
|
|
|
right: 0 !important;
|
|
|
|
bottom: 0 !important;
|
|
|
|
left: 0 !important;
|
2023-11-18 13:40:13 +01:00
|
|
|
background: var(--settingsbackground_v) !important;
|
2021-04-21 17:42:07 +02:00
|
|
|
border-radius: 5px !important;
|
|
|
|
box-shadow: var(--elevation-high) !important;
|
2023-11-18 13:40:13 +01:00
|
|
|
width: var(--settingswidth_v) !important;
|
|
|
|
height: var(--settingsheight_v) !important;
|
2021-04-21 17:42:07 +02:00
|
|
|
margin: auto !important;
|
|
|
|
padding: 0 !important;
|
|
|
|
overflow: hidden !important;
|
|
|
|
contain: unset !important;
|
2021-04-24 11:24:32 +02:00
|
|
|
z-index: 1000 !important;
|
2023-04-09 12:39:39 +02:00
|
|
|
--settingsiconsadditionalsize: var(--use-settingsicons, 0) * (var(--settingsicons-size, 0px) + var(--settingsicons-gap, 0px));
|
2021-04-21 17:42:07 +02:00
|
|
|
}
|
2024-03-28 18:23:28 +01:00
|
|
|
#app-mount .layer_f7d46a ~ .layer_f7d46a > div,
|
|
|
|
#app-mount .layer_f7d46a ~ .layer_f7d46a .standardSidebarView__12528 {
|
2021-04-24 11:24:32 +02:00
|
|
|
position: static !important;
|
|
|
|
border-radius: unset !important;
|
|
|
|
width: 100% !important;
|
|
|
|
height: 100% !important;
|
|
|
|
margin: unset !important;
|
|
|
|
padding: unset !important;
|
2021-04-21 17:42:07 +02:00
|
|
|
overflow: hidden !important;
|
|
|
|
}
|
2024-03-28 18:23:28 +01:00
|
|
|
#app-mount .layer_f7d46a ~ .layer_f7d46a .sidebarRegion__36437,
|
|
|
|
#app-mount .layer_f7d46a ~ .layer_f7d46a .sidebarRegionScroller__8113e {
|
2023-04-04 11:59:10 +02:00
|
|
|
flex: 0 0 auto !important;
|
|
|
|
}
|
2024-03-28 18:23:28 +01:00
|
|
|
#app-mount .layer_f7d46a ~ .layer_f7d46a .sidebar__02e8d {
|
2021-08-02 20:05:50 +02:00
|
|
|
width: 218px !important;
|
|
|
|
padding: 20px 6px 20px 20px !important;
|
|
|
|
}
|
2024-03-28 18:23:28 +01:00
|
|
|
#app-mount .layer_f7d46a ~ .layer_f7d46a .contentColumnDefault__78de3,
|
|
|
|
#app-mount .layer_f7d46a ~ .layer_f7d46a .contentColumnWide__146ec {
|
2021-08-02 20:05:50 +02:00
|
|
|
padding: 20px 40px !important;
|
2021-04-21 17:42:07 +02:00
|
|
|
}
|
2024-03-28 18:23:28 +01:00
|
|
|
#app-mount .layer_f7d46a ~ .layer_f7d46a .wrapper_e5073f {
|
2023-11-18 13:40:13 +01:00
|
|
|
width: calc(var(--settingswidth_v) - 420px - var(--settingsiconsadditionalsize)) !important;
|
2023-10-25 16:17:04 +02:00
|
|
|
}
|
2024-03-28 18:23:28 +01:00
|
|
|
#app-mount .layer_f7d46a ~ .layer_f7d46a .repo_k8F4Sd {
|
2023-11-18 13:40:13 +01:00
|
|
|
max-width: calc(var(--settingswidth_v) - 226px - var(--settingsiconsadditionalsize)) !important;
|
2023-04-09 12:31:19 +02:00
|
|
|
}
|
2024-03-28 18:23:28 +01:00
|
|
|
#app-mount .layer_f7d46a ~ .layer_f7d46a .repoHeader_2KfNvH {
|
2022-10-11 14:37:37 +02:00
|
|
|
padding-bottom: 0 !important;
|
|
|
|
}
|
2024-03-28 18:23:28 +01:00
|
|
|
#app-mount .layer_f7d46a ~ .layer_f7d46a .repoHeader_2KfNvH .tabBar__35f81 {
|
2023-04-04 11:25:08 +02:00
|
|
|
gap: 30px !important;
|
|
|
|
}
|
2024-03-28 18:23:28 +01:00
|
|
|
#app-mount .layer_f7d46a ~ .layer_f7d46a .repoHeader_2KfNvH .quickSelectLabel__79774 {
|
2023-04-04 11:25:08 +02:00
|
|
|
font-size: 12px !important;
|
|
|
|
}
|
2024-03-28 18:23:28 +01:00
|
|
|
#app-mount .layer_f7d46a ~ .layer_f7d46a .repoScroller_9JnAPs {
|
2022-10-11 14:37:37 +02:00
|
|
|
padding-top: 0 !important;
|
|
|
|
}
|
2024-03-28 18:23:28 +01:00
|
|
|
#app-mount .layer_f7d46a ~ .layer_f7d46a .sidebar__37984 {
|
2023-11-18 13:40:13 +01:00
|
|
|
height: var(--settingsheight_v) !important;
|
2021-05-18 12:26:03 +02:00
|
|
|
}
|
2024-03-28 18:23:28 +01:00
|
|
|
#app-mount .layer_f7d46a ~ .layer_f7d46a .standardSidebarView__12528 .editor {
|
2023-11-18 13:40:13 +01:00
|
|
|
height: calc(var(--settingsheight_v) - 120px) !important;
|
2021-04-21 20:57:46 +02:00
|
|
|
}
|
2024-03-28 18:23:28 +01:00
|
|
|
#app-mount .layer_f7d46a ~ .layer_f7d46a .toolsContainer__4e6ad,
|
|
|
|
#app-mount .layer_f7d46a ~ .layer_f7d46a .toolsContainer__4e6ad .tools_c0ff70,
|
|
|
|
#app-mount .layer_f7d46a ~ .layer_f7d46a .toolsContainer__4e6ad .container__3529f,
|
|
|
|
#app-mount .layer_f7d46a ~ .layer_f7d46a .toolsContainer__4e6ad .closeButton__8177f {
|
2021-04-21 17:42:07 +02:00
|
|
|
position: absolute !important;
|
|
|
|
top: 0 !important;
|
|
|
|
right: 0 !important;
|
|
|
|
bottom: 0 !important;
|
|
|
|
left: 0 !important;
|
|
|
|
background: transparent !important;
|
|
|
|
border: none !important;
|
|
|
|
border-radius: 0 !important;
|
|
|
|
width: 100% !important;
|
|
|
|
max-width: unset !important;
|
|
|
|
height: 100% !important;
|
|
|
|
max-height: unset !important;
|
|
|
|
margin: 0 !important;
|
|
|
|
padding: 0 !important;
|
|
|
|
opacity: 0 !important;
|
|
|
|
cursor: default !important;
|
|
|
|
}
|
2024-03-28 18:23:28 +01:00
|
|
|
#app-mount .layer_f7d46a ~ .layer_f7d46a .toolsContainer__4e6ad {
|
2021-04-21 17:42:07 +02:00
|
|
|
position: fixed !important;
|
|
|
|
top: 22px !important;
|
|
|
|
z-index: -1 !important;
|
|
|
|
}
|
2024-03-28 18:23:28 +01:00
|
|
|
#app-mount .layer_f7d46a ~ .layer_f7d46a .settingsToolbar_wu4yfQ {
|
2021-04-30 12:25:42 +02:00
|
|
|
display: none !important;
|
2021-04-21 17:42:07 +02:00
|
|
|
}
|
|
|
|
|
2024-03-28 18:23:28 +01:00
|
|
|
#app-mount .layer_f7d46a ~ .layer_f7d46a .accountProfileCard__744d8 {
|
2023-11-18 13:40:13 +01:00
|
|
|
max-width: calc(var(--settingswidth_v) - 332px - var(--settingsiconsadditionalsize)) !important;
|
2023-04-04 11:49:03 +02:00
|
|
|
}
|
2024-03-28 18:23:28 +01:00
|
|
|
#app-mount .layer_f7d46a ~ .layer_f7d46a .profileCustomizationSection_c4a87a .baseLayout_a5adfd {
|
2023-04-04 11:49:03 +02:00
|
|
|
gap: 30px !important;
|
|
|
|
}
|
2024-03-28 18:23:28 +01:00
|
|
|
#app-mount .layer_f7d46a ~ .layer_f7d46a .profileCustomizationSection_c4a87a .baseLayout_a5adfd .sectionsContainer_d2a766,
|
|
|
|
#app-mount .layer_f7d46a ~ .layer_f7d46a .profileCustomizationSection_c4a87a .baseLayout_a5adfd .sectionsContainer__45b62,
|
|
|
|
#app-mount .layer_f7d46a ~ .layer_f7d46a .profileCustomizationSection_c4a87a .baseLayout_a5adfd .editor_bca4e3,
|
|
|
|
#app-mount .layer_f7d46a ~ .layer_f7d46a .profileCustomizationSection_c4a87a .baseLayout_a5adfd .preview_de6062 {
|
2023-11-18 18:56:11 +01:00
|
|
|
min-width: calc((var(--settingswidth_v) - 352px - var(--settingsiconsadditionalsize)) / 2) !important;
|
|
|
|
max-width: calc((var(--settingswidth_v) - 352px - var(--settingsiconsadditionalsize)) / 2) !important;
|
2023-04-04 11:49:03 +02:00
|
|
|
}
|
2024-03-28 18:23:28 +01:00
|
|
|
#app-mount .layer_f7d46a ~ .layer_f7d46a .profileCustomizationSection_c4a87a .baseLayout_a5adfd.tryItOutLayout_f54a16 .sectionsContainer_d2a766,
|
|
|
|
#app-mount .layer_f7d46a ~ .layer_f7d46a .profileCustomizationSection_c4a87a .baseLayout_a5adfd.tryItOutLayout_f54a16 .sectionsContainer__45b62,
|
|
|
|
#app-mount .layer_f7d46a ~ .layer_f7d46a .profileCustomizationSection_c4a87a .baseLayout_a5adfd.tryItOutLayout_f54a16 .editor_bca4e3,
|
|
|
|
#app-mount .layer_f7d46a ~ .layer_f7d46a .profileCustomizationSection_c4a87a .baseLayout_a5adfd.tryItOutLayout_f54a16 .preview_de6062 {
|
2023-11-18 18:56:11 +01:00
|
|
|
min-width: calc((var(--settingswidth_v) - 364px - var(--settingsiconsadditionalsize)) / 2) !important;
|
|
|
|
max-width: calc((var(--settingswidth_v) - 364px - var(--settingsiconsadditionalsize)) / 2) !important;
|
2023-04-04 11:49:03 +02:00
|
|
|
}
|
2024-04-14 09:14:44 +02:00
|
|
|
#app-mount .layer_f7d46a ~ .layer_f7d46a .profileCustomizationSection_c4a87a .baseLayout_a5adfd .preview_de6062 .userPopoutOuter_d67f56 {
|
2023-11-18 18:56:11 +01:00
|
|
|
width: calc((var(--settingswidth_v) - 352px - var(--settingsiconsadditionalsize)) / 2) !important;
|
2023-04-04 11:59:10 +02:00
|
|
|
}
|
2024-04-14 09:14:44 +02:00
|
|
|
#app-mount .layer_f7d46a ~ .layer_f7d46a .baseLayout_a5adfd.tryItOutLayout_f54a16 .preview_de6062 .userPopoutOuter_d67f56 {
|
2023-11-18 18:56:11 +01:00
|
|
|
width: calc((var(--settingswidth_v) - 352px - var(--settingsiconsadditionalsize)) / 2) !important;
|
2023-04-04 11:59:10 +02:00
|
|
|
}
|
2024-04-14 09:14:44 +02:00
|
|
|
#app-mount .layer_f7d46a ~ .layer_f7d46a .profileCustomizationSection_c4a87a .baseLayout_a5adfd .preview_de6062 .userPopoutOuter_d67f56,
|
|
|
|
#app-mount .layer_f7d46a ~ .layer_f7d46a .baseLayout_a5adfd.tryItOutLayout_f54a16 .preview_de6062 .userPopoutOuter_d67f56 {
|
2023-04-04 11:59:10 +02:00
|
|
|
min-width: unset !important;
|
|
|
|
max-width: 340px !important;
|
|
|
|
}
|
2024-03-28 18:23:28 +01:00
|
|
|
#app-mount .layer_f7d46a ~ .layer_f7d46a .profileCustomizationSection_c4a87a .baseLayout_a5adfd .preview_de6062 .userPopoutInner_e90432 {
|
2023-04-04 11:49:03 +02:00
|
|
|
overflow: hidden !important;
|
|
|
|
}
|
2024-03-28 18:23:28 +01:00
|
|
|
#app-mount .layer_f7d46a ~ .layer_f7d46a .guildsSection__337a8 {
|
2023-11-18 18:56:11 +01:00
|
|
|
max-width: calc(var(--settingswidth_v) - 352px - var(--settingsiconsadditionalsize)) !important;
|
2023-04-04 12:04:45 +02:00
|
|
|
}
|
2023-04-04 11:49:03 +02:00
|
|
|
|
2023-10-25 16:17:04 +02:00
|
|
|
#app-mount .root__6d24f {
|
2021-04-21 17:42:07 +02:00
|
|
|
position: fixed !important;
|
|
|
|
top: 0 !important;
|
|
|
|
right: 0 !important;
|
|
|
|
bottom: 0 !important;
|
|
|
|
left: 0 !important;
|
2023-11-18 13:40:13 +01:00
|
|
|
background: var(--settingsbackground_v) !important;
|
2021-04-21 17:42:07 +02:00
|
|
|
border-radius: 5px !important;
|
|
|
|
box-shadow: var(--elevation-high) !important;
|
2023-11-18 13:40:13 +01:00
|
|
|
width: var(--settingswidth_v) !important;
|
|
|
|
height: var(--settingsheight_v) !important;
|
2021-04-21 17:42:07 +02:00
|
|
|
margin: auto !important;
|
|
|
|
padding: 0 !important;
|
|
|
|
overflow: hidden !important;
|
|
|
|
contain: unset !important;
|
2021-04-24 11:24:32 +02:00
|
|
|
z-index: 1000 !important;
|
2021-04-21 18:59:06 +02:00
|
|
|
}
|
2024-03-28 18:23:28 +01:00
|
|
|
#app-mount .root__6d24f.enterDone__88d24 {
|
2021-04-21 17:42:07 +02:00
|
|
|
transform: unset !important;
|
|
|
|
}
|
2024-03-28 18:23:28 +01:00
|
|
|
#app-mount .root__6d24f .closeIconWrapper_bf90ba,
|
|
|
|
#app-mount .root__6d24f .closeIconWrapper_bf90ba .container__3529f,
|
|
|
|
#app-mount .root__6d24f .closeIconWrapper_bf90ba .closeButton__8177f,
|
|
|
|
#app-mount .shop_b31ed2 .container__3529f,
|
|
|
|
#app-mount .shop_b31ed2 .closeButton__8177f {
|
2023-10-07 10:51:46 +02:00
|
|
|
position: fixed !important;
|
2021-04-21 17:42:07 +02:00
|
|
|
top: 0 !important;
|
|
|
|
right: 0 !important;
|
|
|
|
bottom: 0 !important;
|
|
|
|
left: 0 !important;
|
2023-10-07 10:51:46 +02:00
|
|
|
z-index: -1 !important;
|
2021-04-21 17:42:07 +02:00
|
|
|
background: transparent !important;
|
|
|
|
border: none !important;
|
|
|
|
border-radius: 0 !important;
|
|
|
|
width: 100% !important;
|
|
|
|
max-width: unset !important;
|
|
|
|
height: 100% !important;
|
|
|
|
max-height: unset !important;
|
|
|
|
margin: 0 !important;
|
|
|
|
padding: 0 !important;
|
|
|
|
opacity: 0 !important;
|
|
|
|
cursor: default !important;
|
2024-04-09 17:53:03 +02:00
|
|
|
animation: unset !important;
|
|
|
|
transition: unset !important;
|
2021-04-21 17:42:07 +02:00
|
|
|
}
|
2024-03-28 18:23:28 +01:00
|
|
|
#app-mount .root__6d24f .closeIconWrapper_bf90ba {
|
2021-04-21 17:42:07 +02:00
|
|
|
top: 22px !important;
|
2023-11-09 08:16:53 +01:00
|
|
|
}
|