mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-09 17:08:58 -05:00
Fix tooltip alignment for last control button
Adjusts the tooltip positioning for the last button in the video.js control bar by setting 'right: 0' and 'left: auto' to ensure proper alignment.
This commit is contained in:
parent
ae3b013188
commit
c5db3720ad
@ -6,6 +6,11 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.video-js .vjs-control-bar .vjs-control:last-child::after {
|
||||||
|
left: auto;
|
||||||
|
right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
/* Universal tooltip styling for all buttons */
|
/* Universal tooltip styling for all buttons */
|
||||||
.video-js .vjs-control-bar .vjs-control::after {
|
.video-js .vjs-control-bar .vjs-control::after {
|
||||||
content: attr(title);
|
content: attr(title);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user