Make Stream settings dialog controller-friendly

This commit is contained in:
redphx
2024-07-16 17:08:56 +07:00
parent be338f3e34
commit b66cb448ec
10 changed files with 257 additions and 29 deletions

View File

@@ -73,10 +73,10 @@
button.bx-button {
border: none;
height: 30px;
height: 24px;
width: 24px;
padding: 0;
line-height: 30px;
line-height: 24px;
color: #fff;
border-radius: 4px;
font-weight: bold;
@@ -85,7 +85,8 @@
&.bx-inactive {
pointer-events: none;
opacity: 0.1;
opacity: 0.2;
background: transparent !important;
}
span {