chore: more comments

This commit is contained in:
waterplea
2024-07-10 10:35:21 +05:00
parent 6aba166c82
commit 956c8a8e03
11 changed files with 48 additions and 48 deletions

View File

@@ -140,7 +140,7 @@
background: transparent !important;
}
tui-root._mobile &:after {
tui-root._mobile &::after {
display: none;
}
}
@@ -149,7 +149,7 @@ tui-dialog {
transform: translate3d(0, 0, 0);
}
tui-opt-group[data-label^='⚠️']:before {
tui-opt-group[data-label^='⚠️']::before {
color: var(--tui-warning-fill);
}