From 94af81b8020eff27069a3e213eecf2d1e3e6838e Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Mon, 18 Mar 2024 01:59:31 -0500 Subject: [PATCH] fix: Mobile UI --- resources/static/styles.css | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/resources/static/styles.css b/resources/static/styles.css index dcdde0c..73c4a14 100644 --- a/resources/static/styles.css +++ b/resources/static/styles.css @@ -1,12 +1,10 @@ -@font-face -{ +@font-face { font-family: Montserrat; font-style: normal; src: url('Montserrat.ttf'); } -@font-face -{ +@font-face { font-family: Montserrat; font-style: italic; src: url('Montserrat-Italic.ttf'); @@ -22,10 +20,6 @@ margin: 20px auto auto; } -table { - width: 100%; -} - table tr td div { max-height: 75px; line-height: 25px; @@ -64,6 +58,7 @@ div[name="github-link"] { } .pure-table { + width: 98%; visibility: hidden; } @@ -89,6 +84,10 @@ dialog form { /* Settings for mobile devices */ @media (pointer:none), (pointer:coarse) { + .pure-control-group input { + width: 98%; + } + table tr { border-bottom: 1px solid #999; } @@ -109,10 +108,6 @@ dialog form { text-align: left; } - table tr td div { - width: 63vw - } - .pure-table caption { padding-top: 0px; }