From 2e98bdff2de494c7129e202fb58015915ba3fe06 Mon Sep 17 00:00:00 2001 From: bel Date: Tue, 17 Mar 2020 03:28:39 +0000 Subject: [PATCH] Oh hey html has a solution for my css bullshit --- public/index.html | 1 + public/themes/default/pda.css | 42 ++--------------------------------- 2 files changed, 3 insertions(+), 40 deletions(-) diff --git a/public/index.html b/public/index.html index 78d57af..57c854c 100755 --- a/public/index.html +++ b/public/index.html @@ -6,6 +6,7 @@ + diff --git a/public/themes/default/pda.css b/public/themes/default/pda.css index b9114d1..0f70431 100755 --- a/public/themes/default/pda.css +++ b/public/themes/default/pda.css @@ -197,6 +197,8 @@ h3 { display: block; } +/* BEL */ + #taskview , #bar , br[clear="all"] , @@ -217,43 +219,3 @@ br[clear="all"] , overflow-y: scroll; } -@media -(min-resolution: 192dpi) and (min-device-width: 350px) { - body { - font-size: 320%; - overflow: hidden; - } - input[type="checkbox"] , - input[type="button"] , - .taskactionbtn , - input[type="submit"] { - transform: scale(6.4); - z-index: 999; - } - .taskactionbtn { - margin-right: 1em; - } - .form-row > input { - transform: none; - } - .list-action , - .mtt-tabs-add-button > span , - .mtt-img-button , - .mtt-searchbox-icon , - .mtt-taskbox-icon { - transform: scale(2.1); - } - #tabs_buttons , - #tabs_buttons > .mtt-tabs-select-button { - transform: scale(2.5); - } - #taskcontainer { - top: 3.7em; - } - input[type="checkbox"] { - margin-left: .7em; - } - .task-date { - display: none !important; - } -}