Skip to content

Commit

Permalink
DTM-16
Browse files Browse the repository at this point in the history
  • Loading branch information
XYZenix committed Oct 9, 2024
1 parent 060d3d9 commit 49d671a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 13 deletions.
21 changes: 12 additions & 9 deletions 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 @@ -12,8 +12,8 @@
@use "vars" as *;
@use "sass:math";

$themeVersion: "568";
$themeDate: "Oct 7, 2024";
$themeVersion: "569";
$themeDate: "Oct 8, 2024";

$themeName: "DTM-16";

Expand Down
8 changes: 6 additions & 2 deletions DTM-16-V5/src/messages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
}
}
}
#{$msgBtnContHeader} {top: 44px}
#{$msgBtnContHeader}#{$msgBtnContHeader} {top: 44px}
#{$msgBtnContWrap} {
height: 16px;
display: flex;
Expand Down Expand Up @@ -210,7 +210,7 @@
:is(.avatar_f9f2ca, .avatarDecoration_f9f2ca) {
margin-top: 42px !important;
}
.repliedMessage_f9f2ca:before, .repliedMessageSpine_f9f2ca {
.repliedMessage_f9f2ca:before, .repliedMessageSpine_f9f2ca, .repliedMessageClickableSpine_f9f2ca {
.font-size-12 & {--gutter: 25px;bottom: 0}
.font-size-14 & {--gutter: 23px;bottom: 1px}
.font-size-15 & {--gutter: 21px;bottom: 1px}
Expand Down Expand Up @@ -1651,6 +1651,10 @@
}
}
}
// event banner
.banner_a75489 {
margin: -9px -10px 12px;
}
}
}
// threads
Expand Down

0 comments on commit 49d671a

Please sign in to comment.