Skip to content

Commit ef6472f

Browse files
committed
moved scroll nav buttons in and up
1 parent 5445412 commit ef6472f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

custom_components/climate_scheduler/frontend/keyframe-timeline.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/keyframe-timeline.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,8 @@ export class KeyframeTimeline extends LitElement {
277277
278278
.scroll-nav {
279279
position: absolute;
280-
top: 50%;
281-
transform: translateY(-50%);
280+
top: 10px;
281+
transform: none;
282282
background: var(--card-background-color, rgba(0, 0, 0, 0.6));
283283
color: var(--primary-text-color, white);
284284
border: 1px solid var(--divider-color, rgba(255, 255, 255, 0.2));
@@ -300,11 +300,11 @@ export class KeyframeTimeline extends LitElement {
300300
}
301301
302302
.scroll-nav.left {
303-
left: 10px;
303+
left: -10px;
304304
}
305305
306306
.scroll-nav.right {
307-
right: 10px;
307+
right: -10px;
308308
}
309309
310310
.graph-legend {

0 commit comments

Comments
 (0)