This commit is contained in:
cay 2026-04-14 18:46:45 +01:00
parent ad2c7af74f
commit bee5603d5b

View File

@ -626,3 +626,10 @@
transition: .15s; transition: .15s;
} }
.gh-kick-btn:hover { border-color: #cc4040; } .gh-kick-btn:hover { border-color: #cc4040; }
/* ── Popup Größe an Pergament angepasst ─────────────────── */
#gildenhalle-popup {
width: min(1100px, 95vw);
height: min(780px, 88vh);
max-height: 88vh;
}