Fix wrong styles on action bar in media modal in web UI (#34989)
This commit is contained in:
parent
1dd8a99d9f
commit
f3d60a4a6f
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue