Skip to content

Commit

Permalink
DTM-08, DTM-16
Browse files Browse the repository at this point in the history
- [DTM-08] gave the build override banner a proper color scheme
- [DTM-16] fixed the server list
  • Loading branch information
XYZenix committed Dec 9, 2024
1 parent e52131f commit 16f1d3c
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 6 deletions.
8 changes: 7 additions & 1 deletion DTM-08-V2/dtm-08-v2.css
Original file line number Diff line number Diff line change
Expand Up @@ -2239,6 +2239,9 @@ rect[mask="url(#svg-mask-status-dnd)"] {
.theme-dark .devBanner_f32cbd.local_f32cbd {
background-image: repeating-linear-gradient(-45deg, #fa42 0px, #fa42 8px, #fa40 9px, #fa40 17px, #fa42 18px), linear-gradient(var(--d8dB), var(--d8dA) 50%, var(--d8dC) 50%, var(--d8dB));
}
.theme-dark .devBanner_f32cbd.buildOverride_f32cbd {
background-image: repeating-linear-gradient(-45deg, #4b52 0px, #4b52 8px, #0000 9px, #0000 17px, #4b52 18px), linear-gradient(var(--d8dB), var(--d8dA) 50%, var(--d8dC) 50%, var(--d8dB));
}
@keyframes bigChungus {
from {
background-position: 0 0;
Expand All @@ -2250,6 +2253,9 @@ rect[mask="url(#svg-mask-status-dnd)"] {
.devBanner_f32cbd.local_f32cbd {
box-shadow: inset 0 0 0 1px #faa61abb, inset 0 1px 3px #000;
}
.devBanner_f32cbd.buildOverride_f32cbd {
box-shadow: inset 0 0 0 1px #43b581bb, inset 0 1px 3px #000;
}
@keyframes trolleyzoom {
from {
transform: rotate(0deg);
Expand Down Expand Up @@ -5332,7 +5338,7 @@ rect[mask="url(#svg-mask-status-dnd)"] {
}

.sidebarRegionScroller_c25c6d .sidebar_c25c6d .info_c5a741:before {
content: "DTM-08 V2 Build 157 \aUpdated on Dec 3, 2024";
content: "DTM-08 V2 Build 158 \aUpdated on Dec 9, 2024";
font-size: 12px;
color: var(--text-muted);
text-transform: none;
Expand Down
10 changes: 8 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: "157";
$themeDate: "Dec 3, 2024";
$themeVersion: "158";
$themeDate: "Dec 9, 2024";

@use "sass:color";
@use "sass:math";
Expand Down Expand Up @@ -2486,6 +2486,9 @@ $exportAddon_neonEmbed: false;
&.local_f32cbd {
background-image: repeating-linear-gradient(-45deg, #fa42 0px, #fa42 8px, #fa40 9px, #fa40 17px, #fa42 18px), linear-gradient(var(--d8dB),var(--d8dA) 50%,var(--d8dC) 50%,var(--d8dB));
}
&.buildOverride_f32cbd {
background-image: repeating-linear-gradient(-45deg, #4b52 0px, #4b52 8px, #0000 9px, #0000 17px, #4b52 18px), linear-gradient(var(--d8dB),var(--d8dA) 50%,var(--d8dC) 50%,var(--d8dB));
}
}
@keyframes bigChungus {
from {background-position: 0 0}
Expand All @@ -2494,6 +2497,9 @@ $exportAddon_neonEmbed: false;
&.local_f32cbd {
box-shadow: inset 0 0 0 1px #faa61abb, inset 0 1px 3px #000;
}
&.buildOverride_f32cbd {
box-shadow: inset 0 0 0 1px #43b581bb, inset 0 1px 3px #000;
}
@keyframes trolleyzoom {
from {transform:rotate(0deg)}
to {transform:rotate(180deg)}
Expand Down
9 changes: 8 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: "581";
$themeDate: "Dec 6, 2024";
$themeVersion: "582";
$themeDate: "Dec 9, 2024";

$themeName: "DTM-16";

Expand Down
4 changes: 4 additions & 0 deletions DTM-16-V5/src/servers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,10 @@
.container_d71945 .expandedFolderBackground_bc7085 {
bottom: 8px;
}
.stack_ae6a65 {
margin-bottom: 8px;
>.listItem_c96c45:last-child {margin-bottom: 0}
}
// discovery
.footer_d71945 {
width: 80px;
Expand Down

0 comments on commit 16f1d3c

Please sign in to comment.