This commit is contained in:
TheGiddyLimit
2024-03-10 21:53:34 +00:00
parent b323d4123e
commit f00d1f3833
272 changed files with 24017 additions and 9350 deletions

View File

@@ -1,4 +1,4 @@
@import "vars";
@use "vars";
@keyframes kf-fade-in {
from {
@@ -15,13 +15,13 @@
width: 600px;
max-width: 92vw;
min-width: 150px;
z-index: $z-hwin;
box-shadow: 0 0 12px 0 black;
z-index: vars.$z-hwin;
box-shadow: 0 0 12px 0 #000;
animation-name: kf-fade-in;
animation-duration: 150ms;
display: flex;
flex-direction: column;
background: $rgb-bg--alt;
background: vars.$rgb-bg--alt;
&--minified {
.hoverborder {
@@ -48,7 +48,7 @@
max-height: initial;
}
@media (max-width: 1023px) {
@media (width <= 1023px) {
max-width: 95vw;
}
@@ -64,7 +64,7 @@
max-height: 92vh;
min-height: 20px;
overflow-y: auto;
background: $rgb-bg--alt;
background: vars.$rgb-bg--alt;
transform: translateZ(0);
}
@@ -78,7 +78,7 @@
td div.border {
height: 2px;
background-color: $rgb-name-red;
background-color: vars.$rgb-name-red;
margin: 0 3px;
padding: 0;
border-right: 5px transparent;
@@ -106,7 +106,7 @@
display: none;
}
&[data-perm=true] .hwin__top-border-icon {
&[data-perm="true"] .hwin__top-border-icon {
display: block;
}
@@ -123,7 +123,7 @@
font-weight: bold;
}
&[data-perm=true] .window-title {
&[data-perm="true"] .window-title {
display: block;
}
@@ -199,7 +199,7 @@
}
}
.hoverborder[data-display-title=true] ~ .hwin__wrp-table,
.hoverborder[data-display-title=true] ~ .hoverborder {
.hoverborder[data-display-title="true"] ~ .hwin__wrp-table,
.hoverborder[data-display-title="true"] ~ .hoverborder {
display: none;
}