feat(center-window/big-media): add player select button

This commit is contained in:
retrozinndev
2025-07-25 19:08:03 -03:00
parent d4c1fcf327
commit 3b59243cdc
7 changed files with 260 additions and 79 deletions
+21 -6
View File
@@ -63,14 +63,16 @@
}
button {
@include mixins.hover-shadow2;
padding: 4px;
border-radius: 16px;
icon {
font-size: 14px;
}
&:hover {
background: rgba(colors.$fg-primary, .2);
}
}
& .page .content {
@@ -125,8 +127,6 @@
}
& button {
@include mixins.hover-shadow;
padding: 6px;
border-radius: 12px;
@@ -143,6 +143,10 @@
& icon {
font-size: 16px;
}
&:hover {
background: rgba(colors.$fg-primary, .1);
}
}
& .bottom-buttons button {
@@ -194,14 +198,19 @@
background: colors.$bg-secondary;
}
&.has-more > .toggle-button {
&.has-more > .toggle-button,
&.has-more > button.toggle-button:active {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
& > .toggle-button {
& > button.toggle-button {
border-radius: $radius;
&:active {
border-radius: calc($radius - 4px);
}
& .content {
padding: 8px;
@@ -228,6 +237,11 @@
border-top-right-radius: $radius;
border-bottom-right-radius: $radius;
&:active {
border-top-right-radius: calc($radius - 4px);
border-bottom-right-radius: calc($radius - 4px);
}
& label {
font-size: 16px;
}
@@ -272,6 +286,7 @@ box.notif-history {
margin-top: 12px;
& button {
@include mixins.button-reactive-secondary;
padding: 7px;
& label {