Fix wrong styles on action bar in media modal in web UI (#34989)

This commit is contained in:
Eugen Rochko 2025-06-10 09:42:29 +02:00 committed by GitHub
parent 1dd8a99d9f
commit f3d60a4a6f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5819,7 +5819,9 @@ a.status-card {
.picture-in-picture__footer { .picture-in-picture__footer {
border-radius: 0; border-radius: 0;
border: none;
background: transparent; background: transparent;
backdrop-filter: none;
padding: 16px; padding: 16px;
.icon-button { .icon-button {