Amélioration zone clic boutons fixes

This commit is contained in:
Jean-Marie Favreau 2025-05-05 00:13:05 +02:00
parent 9a0c7016a5
commit 8021f849ae

View File

@ -1564,6 +1564,7 @@ img.preview {
z-index: 1000; z-index: 1000;
li { li {
list-style: none; list-style: none;
a {
@extend [role="button"], .secondary; @extend [role="button"], .secondary;
height: 1.8em; height: 1.8em;
width: 1.8em; width: 1.8em;
@ -1574,12 +1575,11 @@ img.preview {
text-align: center; text-align: center;
z-index: 10; z-index: 10;
opacity: 0.9; opacity: 0.9;
a {
color: var(--primary-inverse); color: var(--primary-inverse);
}
float: left; float: left;
clear: both; clear: both;
} }
}
position: fixed; position: fixed;
bottom: calc(var(--spacing) + .4em); bottom: calc(var(--spacing) + .4em);
right: calc(var(--spacing) + .4em); right: calc(var(--spacing) + .4em);