Skip to content

Commit 1356683

Browse files
queadquead
quead
authored and
quead
committed
1.9 - Fix small design issue
1 parent 7331ad1 commit 1356683

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/assets/css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1479,7 +1479,7 @@ iframe {
14791479
}
14801480

14811481
.video-list-featured .video-item-settings {
1482-
right: -60px;
1482+
right: -30px;
14831483
opacity: 0;
14841484
visibility: hidden;
14851485
transition: all 0.2s ease-in-out;

scss/_videos.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ iframe {
317317
}
318318
}
319319
&-settings {
320-
right: -60px;
320+
right: -30px;
321321
opacity: 0;
322322
visibility: hidden;
323323
transition: all 0.2s ease-in-out;

src/assets/css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1479,7 +1479,7 @@ iframe {
14791479
}
14801480

14811481
.video-list-featured .video-item-settings {
1482-
right: -60px;
1482+
right: -30px;
14831483
opacity: 0;
14841484
visibility: hidden;
14851485
transition: all 0.2s ease-in-out;

0 commit comments

Comments
 (0)