Fix shortcuts button not hiding on large screen

pull/54/head
Lim Chee Aun 2023-02-17 10:53:04 +08:00
rodzic ca943cbc5a
commit a1edc142ae
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -36,4 +36,8 @@
top: max(16px, env(safe-area-inset-top));
bottom: auto;
}
#app:has(header[hidden]) #shortcuts-button,
#shortcuts-button[hidden] {
transform: translateY(-200%);
}
}