From 6c48956ab4e9ba8561eea7071dc1feef23de5ed1 Mon Sep 17 00:00:00 2001 From: Eichenholz Date: Tue, 4 Aug 2026 13:47:47 +0200 Subject: [PATCH] FIX - corners --- frontend/src/assets/main.css | 4 ++-- sky_phone/source/html/index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/assets/main.css b/frontend/src/assets/main.css index 69f797b..0863d0c 100644 --- a/frontend/src/assets/main.css +++ b/frontend/src/assets/main.css @@ -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; diff --git a/sky_phone/source/html/index.html b/sky_phone/source/html/index.html index 180ca5c..a3a907b 100644 --- a/sky_phone/source/html/index.html +++ b/sky_phone/source/html/index.html @@ -4,8 +4,8 @@ Sky Phone - - + +