Этот коммит содержится в:
Maarten 2024-10-21 08:46:49 +02:00
родитель 64d59b710d
Коммит 32fab8919d
3 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -107,6 +107,7 @@
margin: 0.3rem 0.3rem 0 0.3rem;
position: relative;
pointer-events: all;
touch-action: none;
}
.label {

Просмотреть файл

@ -102,6 +102,7 @@
margin: 0.3rem 0.3rem 0 0.3rem;
position: relative;
pointer-events: all;
touch-action: none;
}
.label {

Просмотреть файл

@ -13,7 +13,6 @@
body {
background-color: var(--bg);
touch-action: none;
ul {
list-style: inside;