Fixes control alignments

This commit is contained in:
mateuswetah 2021-06-22 16:08:02 -03:00
parent 9cc493b0f1
commit 719cc06720
3 changed files with 3 additions and 3 deletions

View File

@ -87,7 +87,7 @@
&:hover .actions-area {
visibility: visible;
opacity: 1.0;
top: -7px;
top: calc(-1 * 0.5em - var(--tainacan-container-padding));
a {
opacity: 1;

View File

@ -55,7 +55,7 @@
&:hover .actions-area {
visibility: visible;
opacity: 1.0;
top: -7px;
top: calc(-1 * 0.5em - var(--tainacan-container-padding));
a {
opacity: 1;

View File

@ -61,7 +61,7 @@
&:hover .actions-area {
visibility: visible;
opacity: 1.0;
top: -7px;
top: calc(-1 * 0.5em - var(--tainacan-container-padding));
a {
opacity: 1;