mirror of
https://github.com/SinTan1729/chhoto-url
synced 2024-12-26 07:38:36 -06:00
fix: Mobile UI
This commit is contained in:
parent
03154fd010
commit
94af81b802
1 changed files with 7 additions and 12 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue