Small fix for full screen view mode play button.

This commit is contained in:
mateuswetah 2020-03-25 18:39:53 -03:00
parent 5e3ee32e81
commit 2f324f28b5
1 changed files with 2 additions and 2 deletions

View File

@ -301,7 +301,7 @@
background: var(--tainacan-white);
border: 3px solid var(--tainacan-turquoise5);
i, i:before {
font-size: 2.25em;
font-size: 1.5em;
}
}
&:focus, &:active {
@ -311,7 +311,7 @@
.circular-counter {
position: absolute;
right: calc(var(--tainacan-one-column) - 2px);
top: -6px;
top: -8px;
}
}
}