improved tablet detection

This commit is contained in:
Maxim Devaev
2022-10-04 23:17:01 +03:00
parent 056d8d037b
commit 128288bd54
10 changed files with 12 additions and 16 deletions

View File

@@ -170,8 +170,7 @@ div.window.window-full-tab button.window-button-exit-full-tab {
visibility: visible !important;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
/* iPad */
@media only screen and (hover: none) and (pointer: coarse) {
div.window {
padding-top: 45px !important;
}