mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-06 15:38:53 -05:00
Increase mobile caption font size to 13
Updated the mobileFontSize setting in the captions config from 10 to 13 to improve readability on mobile devices.
This commit is contained in:
parent
b186bbe669
commit
84ed74d40d
@ -29,9 +29,10 @@ button {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Center the fullscreen button inside its wrapper */
|
/* Center the fullscreen button inside its wrapper */
|
||||||
@media (hover: hover) and (pointer: fine) {
|
/* @media (hover: hover) and (pointer: fine) {
|
||||||
.vjs-fullscreen-control svg {
|
.vjs-fullscreen-control svg {
|
||||||
width: 30px !important;
|
width: 30px !important;
|
||||||
height: 30px !important;
|
height: 30px !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|||||||
@ -40,7 +40,7 @@ const PlayerConfig = {
|
|||||||
// Font size in em units
|
// Font size in em units
|
||||||
fontSize: 14,
|
fontSize: 14,
|
||||||
|
|
||||||
mobileFontSize: 10,
|
mobileFontSize: 13,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user