FIX - corners

This commit is contained in:
Eichenholz
2026-08-04 13:47:47 +02:00
parent 41e082a5bf
commit 6c48956ab4
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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;