This commit is contained in:
TheGiddyLimit
2024-01-01 19:34:49 +00:00
parent 332769043f
commit 8117ebddc5
1748 changed files with 2544409 additions and 1 deletions

View File

@@ -0,0 +1,32 @@
@import "vars";
.dm-cnt__ {
&ipt {
background: transparent;
flex-shrink: 0;
flex-grow: 0;
width: 50px;
}
&ipt--cur {
border-right: 0;
}
&ipt--max {
border-left: 0;
}
&slash {
margin-right: -2px;
margin-left: -2px;
width: 4px;
pointer-events: none;
user-select: none;
}
}
.night-mode .dm-cnt__ {
&ipt {
background: transparent;
}
}