remove german comments

This commit is contained in:
lukasadrion
2025-12-05 01:22:36 +01:00
parent 3512bf0fac
commit 7744bcf67d

View File

@@ -77,21 +77,21 @@
.middle-left { .middle-left {
top: 50%; top: 50%;
left: 50%; left: 50%;
transform: translate(-100%, -50%); /* Komplett links von der Mitte */ transform: translate(-100%, -50%);
width: 30px; /* Halbe Breite */ width: 30px;
height: 55px; /* Volle Höhe */ height: 55px;
border-radius: 35px 0 0 35px; /* Linke Hälfte eines Kreises */ border-radius: 35px 0 0 35px;
z-index: 15; /* Über anderen Buttons */ z-index: 15;
} }
.middle-right { .middle-right {
top: 50%; top: 50%;
left: 50%; left: 50%;
transform: translate(0%, -50%); /* Direkt rechts von der Mitte */ transform: translate(0%, -50%);
width: 30px; /* Halbe Breite */ width: 30px;
height: 55px; /* Volle Höhe */ height: 55px;
border-radius: 0 35px 35px 0; /* Rechte Hälfte eines Kreises */ border-radius: 0 35px 35px 0;
z-index: 15; /* Über anderen Buttons */ z-index: 15;
} }
/* 8 Circle Buttons */ /* 8 Circle Buttons */