mirror of
https://github.com/sky-systems/sky_phone.git
synced 2026-09-01 10:48:55 +00:00
FIX - corners
This commit is contained in:
@@ -73,12 +73,12 @@ button {
|
||||
position: relative;
|
||||
container-type: size;
|
||||
margin: auto;
|
||||
margin-top: 0.8vh;
|
||||
margin-top: min(0.8vh, 8px);
|
||||
width: 94.5%;
|
||||
height: 98%;
|
||||
overflow: hidden;
|
||||
background: #08080a;
|
||||
border-radius: 4vh;
|
||||
border-radius: min(4vh, 40px);
|
||||
}
|
||||
.phone-app {
|
||||
position: absolute !important;
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Sky Phone</title>
|
||||
<script type="module" crossorigin src="./assets/sky-index-TBDZHgyw.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="./assets/sky-index-5mMRG9LQ.css">
|
||||
<script type="module" crossorigin src="./assets/sky-index-BU3Jk7le.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="./assets/sky-index-jOwsuLI6.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
||||
Reference in New Issue
Block a user