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')}
|
||||
onClick={closeFloatingPlayer}
|
||||
icon={ICONS.REMOVE}
|
||||
button="primary"
|
||||
button="alt"
|
||||
className="content__floating-close"
|
||||
/>
|
||||
)}
|
||||
|
|
|
@ -123,16 +123,11 @@
|
|||
width: 42px;
|
||||
height: 42px;
|
||||
padding: 10px;
|
||||
background-color: rgba(var(--color-primary-dynamic), 0.95) !important;
|
||||
|
||||
.icon {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background-color: rgba(var(--color-primary-dynamic), 1) !important;
|
||||
}
|
||||
}
|
||||
|
||||
.content__floating-link {
|
||||
|
|
Loading…
Reference in a new issue