fix: Mobile UI

This commit is contained in:
SinTan1729 2024-03-18 01:59:31 -05:00
parent 03154fd010
commit 94af81b802
No known key found for this signature in database
GPG Key ID: EB3E68BFBA25C85F

View File

@ -1,12 +1,10 @@
@font-face @font-face {
{
font-family: Montserrat; font-family: Montserrat;
font-style: normal; font-style: normal;
src: url('Montserrat.ttf'); src: url('Montserrat.ttf');
} }
@font-face @font-face {
{
font-family: Montserrat; font-family: Montserrat;
font-style: italic; font-style: italic;
src: url('Montserrat-Italic.ttf'); src: url('Montserrat-Italic.ttf');
@ -22,10 +20,6 @@
margin: 20px auto auto; margin: 20px auto auto;
} }
table {
width: 100%;
}
table tr td div { table tr td div {
max-height: 75px; max-height: 75px;
line-height: 25px; line-height: 25px;
@ -64,6 +58,7 @@ div[name="github-link"] {
} }
.pure-table { .pure-table {
width: 98%;
visibility: hidden; visibility: hidden;
} }
@ -89,6 +84,10 @@ dialog form {
/* Settings for mobile devices */ /* Settings for mobile devices */
@media (pointer:none), @media (pointer:none),
(pointer:coarse) { (pointer:coarse) {
.pure-control-group input {
width: 98%;
}
table tr { table tr {
border-bottom: 1px solid #999; border-bottom: 1px solid #999;
} }
@ -109,10 +108,6 @@ dialog form {
text-align: left; text-align: left;
} }
table tr td div {
width: 63vw
}
.pure-table caption { .pure-table caption {
padding-top: 0px; padding-top: 0px;
} }