mirror of
https://github.com/sky-systems/sky_phone.git
synced 2026-08-29 04:01:32 +00:00
FIX - match camera gallery preview to controls
This commit is contained in:
@@ -680,11 +680,11 @@ onBeforeUnmount(() => {
|
||||
padding: 0 24px 4px;
|
||||
}
|
||||
.camera-latest {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
width: 44px;
|
||||
height: 44px;
|
||||
overflow: hidden;
|
||||
border: 2px solid #ffffff99;
|
||||
border-radius: 12px;
|
||||
border: 0;
|
||||
border-radius: 50%;
|
||||
background: #111b;
|
||||
color: #fff;
|
||||
display: grid;
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<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-BZRI9i6E.js"></script>
|
||||
<script type="module" crossorigin src="./assets/sky-index-D2iadFdX.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="./assets/sky-index-CHQFlbJM.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user