web: convert global state classes to data attributes

also cleaned up unnecessary dupe in sidebar component
This commit is contained in:
wukko
2024-07-12 19:15:55 +06:00
parent b12ad56cc1
commit 5ccde7995e
4 changed files with 10 additions and 12 deletions

View File

@@ -70,7 +70,7 @@
width: 21px;
}
:global(.on-iPhone .sidebar-tab svg) {
:global([data-iphone="true"] .sidebar-tab svg) {
will-change: transform;
}