Add UI for local volume control

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2022-07-15 11:18:56 +02:00
commit eda8404144
No known key found for this signature in database
GPG key ID: D1D45825D60C24D2
6 changed files with 222 additions and 19 deletions

View file

@ -44,10 +44,8 @@
object-fit: contain;
}
.memberName {
.infoBubble {
position: absolute;
bottom: 16px;
left: 16px;
height: 24px;
padding: 0 8px;
color: white;
@ -62,6 +60,21 @@
z-index: 1;
}
.optionsButton {
right: 16px;
top: 16px;
}
.optionsButton button svg {
height: 20px;
width: 20px;
}
.memberName {
left: 16px;
bottom: 16px;
}
.memberName > * {
margin-right: 6px;
}