fix player close button
This commit is contained in:
parent
0801de90ef
commit
0b86d61692
2 changed files with 1 additions and 6 deletions
|
@ -372,7 +372,7 @@ export default function FileRenderFloating(props: Props) {
|
||||||
title={__('Close')}
|
title={__('Close')}
|
||||||
onClick={closeFloatingPlayer}
|
onClick={closeFloatingPlayer}
|
||||||
icon={ICONS.REMOVE}
|
icon={ICONS.REMOVE}
|
||||||
button="primary"
|
button="alt"
|
||||||
className="content__floating-close"
|
className="content__floating-close"
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
|
|
@ -123,16 +123,11 @@
|
||||||
width: 42px;
|
width: 42px;
|
||||||
height: 42px;
|
height: 42px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
background-color: rgba(var(--color-primary-dynamic), 0.95) !important;
|
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
|
||||||
background-color: rgba(var(--color-primary-dynamic), 1) !important;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.content__floating-link {
|
.content__floating-link {
|
||||||
|
|
Loading…
Reference in a new issue