position button

This commit is contained in:
lelo 2026-01-24 19:19:00 +00:00
parent 2a4235aaeb
commit fdb97ed012

View File

@ -175,8 +175,8 @@
/* Minimize button */ /* Minimize button */
.minimize-button { .minimize-button {
position: absolute; position: absolute;
top: 6px; top: 2px;
right: 6px; right: 2px;
width: 18px; width: 18px;
height: 18px; height: 18px;
border-radius: 8px; border-radius: 8px;
@ -187,7 +187,6 @@
align-items: center; align-items: center;
justify-content: center; justify-content: center;
cursor: pointer; cursor: pointer;
transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
padding: 0; padding: 0;
} }