mirror of
https://github.com/minoplhy/chhoto-url.git
synced 2024-11-22 09:16:46 +00:00
fix: Mobile UI
This commit is contained in:
parent
03154fd010
commit
94af81b802
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user