FIX - align phone status bar indicators

This commit is contained in:
Eichenholz
2026-08-08 09:15:41 +02:00
parent b532b57d9f
commit bfdc598649
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -380,12 +380,12 @@ button {
top: 0;
right: 0;
display: flex;
align-items: center;
align-items: flex-start;
justify-content: flex-end;
gap: 3px;
width: 118px;
height: 45px;
padding: 11px 42px 0 0;
padding: 13px 42px 0 0;
border: 0;
color: inherit;
background: transparent;
+2 -2
View File
@@ -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-RGahF9Qd.js"></script>
<link rel="stylesheet" crossorigin href="./assets/sky-index-C1VQf4tr.css">
<script type="module" crossorigin src="./assets/sky-index-jBWNPs3x.js"></script>
<link rel="stylesheet" crossorigin href="./assets/sky-index-CnMu2ZOr.css">
</head>
<body>
<div id="app"></div>