improve post additions style

This commit is contained in:
srgooglo 2022-11-01 17:59:57 +00:00
parent e76683e601
commit d4990db574

View File

@ -49,7 +49,15 @@
}
}
.control-arrow {
z-index: 50;
}
.control-dots {
top: 0;
height: fit-content;
margin: 0;
&:hover {
.dot {
height: 8px;
@ -116,6 +124,11 @@
}
.plyr__controls {
position: absolute;
z-index: 60;
padding: 10px 30px !important;
.plyr__control {
&:hover {
background-color: var(--primaryColor);