Add fixed position in viewer

This commit is contained in:
Andrés Moya 2022-03-30 15:31:42 +02:00 committed by Eva
parent c9937f6b91
commit b68fdee946
10 changed files with 172 additions and 125 deletions

View file

@ -1450,7 +1450,8 @@
.input-select {
font-size: $fs12;
margin: 0 $size-1;
margin: 0 $size-1 $size-2 $size-1;
padding: 0 $size-1;
}
svg {
@ -1471,6 +1472,7 @@
.fix-when {
font-size: $fs12;
cursor: pointer;
display: flex;
span {
margin-left: $size-2;