Fix Firefox range thumb style
This commit is contained in:
parent
a248f9d74e
commit
bc6dac1ab8
@ -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 {
|
||||||
|
@ -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 {
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user