Skip to content

Commit e4a6896

Browse files
hide edit btn on small widths
1 parent 8624c56 commit e4a6896

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/player/modules/ViewVideo/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1370,6 +1370,10 @@ body.userinactive .mainContainer:not([data-edit-mode="overlays"]):not([data-edit
13701370
display: none !important;
13711371
}
13721372

1373+
.startEditButton {
1374+
display: none !important;
1375+
}
1376+
13731377
.videoContainer {
13741378
order: 0;
13751379
flex: 1 1 100%;

0 commit comments

Comments
 (0)