Small changes

This commit is contained in:
mmble
2020-09-01 14:36:22 +02:00
parent f2317caad2
commit 76db584daf
2 changed files with 10 additions and 1 deletions

View File

@@ -173,6 +173,13 @@ div.logoText>p, .recordingSubtitle {
font-size: 19px;
}
#mainControls > label > svg {
min-width: 16px;
min-height: 16px;
margin-top: auto;
margin-bottom: auto;
}
label>svg>path {
fill: var(--sb-main-fg-color);
}
@@ -225,6 +232,7 @@ label>svg, button#optionsButton>img, .logoText>img, #usernameValue {
#usernameValue{
overflow: hidden;
text-overflow: ellipsis;
max-width: 130px;
}
#setUsername {