Skip to content

Commit

Permalink
the fog is coming
Browse files Browse the repository at this point in the history
  • Loading branch information
XYZenix committed Dec 3, 2024
1 parent 947777a commit e1bf7f3
Show file tree
Hide file tree
Showing 5 changed files with 177 additions and 6 deletions.
53 changes: 52 additions & 1 deletion DTM-08-V2/dtm-08-v2.css
Original file line number Diff line number Diff line change
Expand Up @@ -5332,7 +5332,7 @@ rect[mask="url(#svg-mask-status-dnd)"] {
}

.sidebarRegionScroller_c25c6d .sidebar_c25c6d .info_c5a741:before {
content: "DTM-08 V2 Build 156 \aUpdated on Nov 28, 2024";
content: "DTM-08 V2 Build 157 \aUpdated on Dec 3, 2024";
font-size: 12px;
color: var(--text-muted);
text-transform: none;
Expand Down Expand Up @@ -7841,6 +7841,57 @@ rect[mask="url(#svg-mask-status-dnd)"] {
line-clamp: 5;
max-height: unset !important;
}
.biteSize_c69a7b.outer_c69a7b .biteSize_c69a7b.inner_c69a7b .container_c8ce83.biteSize_c8ce83 {
inset: unset !important;
position: relative;
width: auto;
margin: 8px 16px 0;
}
.biteSize_c69a7b.outer_c69a7b .biteSize_c69a7b.inner_c69a7b .container_c8ce83.biteSize_c8ce83 .outer_c8ce83.biteSize_c8ce83 {
border-radius: 3px;
border: none;
max-width: unset;
position: unset;
width: 100%;
background: var(--dtm-08-worse-profile-popout-custom-status-box-background);
box-shadow: var(--dtm-08-worse-profile-popout-custom-status-box-shadow);
}
.biteSize_c69a7b.outer_c69a7b .biteSize_c69a7b.inner_c69a7b .container_c8ce83.biteSize_c8ce83 .outer_c8ce83.biteSize_c8ce83:before {
content: "CUSTOM STATUS";
font-size: 10px;
font-weight: 800;
color: var(--header-primary);
opacity: 0.75;
text-shadow: var(--dtm-08-worse-profile-popout-custom-status-header-text-shadow);
display: block;
width: auto;
height: auto;
background: none;
box-shadow: none;
border: none;
border-radius: 0;
position: unset;
inset: unset;
padding: 8px 0 0 8px;
}
.biteSize_c69a7b.outer_c69a7b .biteSize_c69a7b.inner_c69a7b .container_c8ce83.biteSize_c8ce83 .outer_c8ce83.biteSize_c8ce83:after {
display: none !important;
}
.biteSize_c69a7b.outer_c69a7b .biteSize_c69a7b.inner_c69a7b .container_c8ce83.biteSize_c8ce83 .outer_c8ce83.biteSize_c8ce83 .inner_c8ce83 {
background: none;
border-radius: 0;
padding: 8px;
text-align: start;
justify-content: start;
}
.biteSize_c69a7b.outer_c69a7b .biteSize_c69a7b.inner_c69a7b .container_c8ce83.biteSize_c8ce83 .outer_c8ce83.biteSize_c8ce83 .inner_c8ce83 .statusText_c8ce83 {
text-align: start;
display: flex;
-webkit-line-clamp: 5;
line-clamp: 5;
font-size: 14px;
max-height: unset !important;
}
.biteSize_c69a7b.outer_c69a7b .biteSize_c69a7b.inner_c69a7b .body_b8cc6d {
overflow-y: scroll;
margin-left: 16px;
Expand Down
53 changes: 51 additions & 2 deletions DTM-08-V2/dtm-08-v2.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* @invite pM2uZheDud
*/

$themeVersion: "156";
$themeDate: "Nov 28, 2024";
$themeVersion: "157";
$themeDate: "Dec 3, 2024";

@use "sass:color";
@use "sass:math";
Expand Down Expand Up @@ -7995,6 +7995,55 @@ $exportAddon_neonEmbed: false;
}
}
}
.container_c8ce83.biteSize_c8ce83 {
inset: unset !important;
position: relative;
width: auto;
margin: 8px 16px 0;
.outer_c8ce83.biteSize_c8ce83 {
&:before {
content: "CUSTOM STATUS";
font-size: 10px;
font-weight: 800;
color: var(--header-primary);
opacity: .75;
text-shadow: var(--dtm-08-worse-profile-popout-custom-status-header-text-shadow);
display: block;
width: auto;
height: auto;
background: none;
box-shadow: none;
border: none;
border-radius: 0;
position: unset;
inset: unset;
padding: 8px 0 0 8px;
}
&:after {display:none!important}
border-radius: 3px;
border: none;
max-width: unset;
position: unset;
width: 100%;
background: var(--dtm-08-worse-profile-popout-custom-status-box-background);
box-shadow: var(--dtm-08-worse-profile-popout-custom-status-box-shadow);
.inner_c8ce83 {
background: none;
border-radius: 0;
padding: 8px;
text-align: start;
justify-content: start;
.statusText_c8ce83 {
text-align: start;
display: flex;
-webkit-line-clamp: 5;
line-clamp: 5;
font-size: 14px;
max-height: unset !important;
}
}
}
}
.body_b8cc6d {
overflow-y: scroll;
margin-left: 16px;
Expand Down
37 changes: 36 additions & 1 deletion DTM-16-V5/DTM-16.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions DTM-16-V5/src/_root.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
@use "vars" as *;
@use "sass:math";

$themeVersion: "579";
$themeDate: "Nov 28, 2024";
$themeVersion: "580";
$themeDate: "Dec 3, 2024";

$themeName: "DTM-16";

Expand Down
36 changes: 36 additions & 0 deletions DTM-16-V5/src/profiles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1744,6 +1744,42 @@
}
}
}
@at-root {
.container_c8ce83.biteSize_c8ce83 {
display: contents;
.outer_c8ce83.biteSize_c8ce83 {
display: contents;
&:before, &:after {
content: none;
}
.inner_c8ce83 {
background: none;
padding: 0;
border-radius: 0;
text-align: center;
margin: 4px 0;
.statusEmoji_c8ce83 {
width: 20px;
height: 20px;
}
.statusText_c8ce83 {
font-size: 14px;
}
}
}
.popover_f7be4f {
position: unset;
justify-content: center;
opacity: 1 !important;
animation: none;
pointer-events: initial;
margin-bottom: 8px;
svg path {
fill: #fff !important;
}
}
}
}
}
.body_b8cc6d {
display: contents;
Expand Down

0 comments on commit e1bf7f3

Please sign in to comment.