Fix tick size on mobile

cache
Varun Patil 2022-10-06 10:32:44 -07:00
parent 800856719f
commit 0807498894
1 changed files with 2 additions and 1 deletions

View File

@ -1327,6 +1327,7 @@ export default class Timeline extends Mixins(GlobalMixin, UserConfig) {
pointer-events: none; pointer-events: none;
position: absolute; position: absolute;
font-size: 0.75em; font-size: 0.75em;
line-height: 0.75em;
font-weight: 600; font-weight: 600;
opacity: 0.95; opacity: 0.95;
right: 7px; right: 7px;
@ -1345,7 +1346,7 @@ export default class Timeline extends Mixins(GlobalMixin, UserConfig) {
@include phone { @include phone {
background-color: var(--color-main-background); background-color: var(--color-main-background);
padding: 0px 4px; padding: 4px;
border-radius: 4px; border-radius: 4px;
} }
} }