Sign in
简柏林
/
thingskit
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
a153b77c9e0a1884022a01d5adbd2f34112d4f88
Authored by
rusikv
2021-08-13 13:13:04 +0300
1 parent
5834bbd7
changed slider thumbnail size
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
ui-ngx/src/app/shared/components/time/timewindow-panel.component.scss
ui-ngx/src/app/shared/components/time/timewindow-panel.component.scss
View file @
a153b77
...
...
@@ -79,4 +79,10 @@
79
79
}
80
80
}
81
81
}
82
+
.mat-slider-horizontal
.mat-slider-thumb-label
{
83
+
width
:
38px
;
84
+
height
:
38px
;
85
+
top
:
-46px
;
86
+
right
:
-19px
;
87
+
}
82
88
}
...
...