fix player close button

This commit is contained in:
zeppi 2022-04-16 15:49:59 -04:00
parent 0801de90ef
commit 0b86d61692
2 changed files with 1 additions and 6 deletions

View file

@ -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"
/>
)}

View file

@ -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 {