Skip to content

Commit ffa5ff0

Browse files
committed
TD-4944: UI Overlap on Mobile Devices
1 parent 5672130 commit ffa5ff0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

AdminUI/LearningHub.Nhs.AdminUI/wwwroot/css/mkplayer-ui.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
display: -webkit-box;
9090
display: -ms-flexbox;
9191
display: flex;
92-
margin: .5em 0
92+
margin: 1em 0
9393
}
9494

9595
.bmpui-ui-controlbar .bmpui-controlbar-top .bmpui-ui-label {
@@ -563,7 +563,7 @@
563563

564564
.bmpui-ui-seekbar, .bmpui-ui-volumeslider {
565565
cursor: pointer;
566-
font-size: 1em;
566+
font-size: 0.2em;
567567
height: 1em;
568568
position: relative;
569569
width: 100%
@@ -684,7 +684,7 @@
684684

685685
.bmpui-ui-uicontainer .bmpui-ui-subtitle-overlay {
686686
bottom: 0;
687-
font-size: 1.2em;
687+
font-size: 1em;
688688
left: 0;
689689
pointer-events: none;
690690
position: absolute;

LearningHub.Nhs.WebUI/wwwroot/css/mkplayer-ui.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
display: -webkit-box;
9090
display: -ms-flexbox;
9191
display: flex;
92-
margin: .5em 0
92+
margin: 1em 0
9393
}
9494

9595
.bmpui-ui-controlbar .bmpui-controlbar-top .bmpui-ui-label {
@@ -563,7 +563,7 @@
563563

564564
.bmpui-ui-seekbar, .bmpui-ui-volumeslider {
565565
cursor: pointer;
566-
font-size: 1em;
566+
font-size: 0.2em;
567567
height: 1em;
568568
position: relative;
569569
width: 100%
@@ -684,7 +684,7 @@
684684

685685
.bmpui-ui-uicontainer .bmpui-ui-subtitle-overlay {
686686
bottom: 0;
687-
font-size: 1.2em;
687+
font-size: 1em;
688688
left: 0;
689689
pointer-events: none;
690690
position: absolute;

0 commit comments

Comments
 (0)