Small fix for full screen view mode play button.
This commit is contained in:
parent
5e3ee32e81
commit
2f324f28b5
|
@ -301,7 +301,7 @@
|
||||||
background: var(--tainacan-white);
|
background: var(--tainacan-white);
|
||||||
border: 3px solid var(--tainacan-turquoise5);
|
border: 3px solid var(--tainacan-turquoise5);
|
||||||
i, i:before {
|
i, i:before {
|
||||||
font-size: 2.25em;
|
font-size: 1.5em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&:focus, &:active {
|
&:focus, &:active {
|
||||||
|
@ -311,7 +311,7 @@
|
||||||
.circular-counter {
|
.circular-counter {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: calc(var(--tainacan-one-column) - 2px);
|
right: calc(var(--tainacan-one-column) - 2px);
|
||||||
top: -6px;
|
top: -8px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue