mirror of
https://github.com/lil-org/tokenary.git
synced 2024-11-22 21:49:51 +03:00
tune popup for ipad
This commit is contained in:
parent
6aa05d9b10
commit
defb93454a
@ -9,27 +9,25 @@ body {
|
||||
text-align: center;
|
||||
align-content: center;
|
||||
justify-content: center;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
min-width: 200pt;
|
||||
margin: 0;
|
||||
margin-top: 40px;
|
||||
margin-top: 23pt;
|
||||
margin-bottom: 23pt;
|
||||
}
|
||||
|
||||
#tokenary-button {
|
||||
font-size: min(6vw, 6vh);
|
||||
font-size: 21pt;
|
||||
font-weight: bold;
|
||||
color: white;
|
||||
background-color: #0093FF;
|
||||
width: min(78vw, 78vh);
|
||||
height: min(34vw, 34vh);
|
||||
width: 88%;
|
||||
min-height: 100pt;
|
||||
border: none;
|
||||
border-radius: min(17vw, 17vh);
|
||||
-webkit-touch-callout: none;
|
||||
-webkit-user-select: none;
|
||||
user-select: none;
|
||||
padding: 0px;
|
||||
padding: 8pt;
|
||||
line-height: 1.2em;
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user