Fix Firefox range thumb style

This commit is contained in:
morethanwords 2021-09-25 22:03:11 +04:00
parent a248f9d74e
commit bc6dac1ab8
3 changed files with 7 additions and 5 deletions

View File

@ -309,6 +309,8 @@ video::-webkit-media-controls-enclosure {
&::-moz-range-thumb { &::-moz-range-thumb {
display: none; display: none;
width: 0;
height: 0;
} }
&::-moz-range-track { &::-moz-range-track {

View File

@ -223,10 +223,6 @@
//margin-bottom: .75rem; //margin-bottom: .75rem;
//box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, .16); //box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, .16);
&-content > .profile-name {
justify-content: center;
}
.profile-subtitle { .profile-subtitle {
.peer-typing-container { .peer-typing-container {
justify-content: center; justify-content: center;
@ -284,6 +280,10 @@
.verified-icon { .verified-icon {
margin-bottom: 3px; margin-bottom: 3px;
} }
.sidebar-left-section-content > & {
justify-content: center;
}
} }
&-subtitle { &-subtitle {

View File

@ -1242,7 +1242,7 @@ middle-ellipsis-element {
} }
.video-time { .video-time {
padding: 1px 6px 2px; padding: 0 .375rem;
background-color: var(--message-highlightning-color) !important; background-color: var(--message-highlightning-color) !important;
} }