style download-pdf button

This commit is contained in:
Timothée Goguely 2025-06-25 15:43:50 +02:00
parent c246055bd8
commit 2710fb337d
3 changed files with 15 additions and 10 deletions

View file

@ -1,12 +1,5 @@
/* COMMENTS BLOCK */
#toggle-comments {
position: absolute;
right: var(--space-16);
bottom: var(--space-16);
padding: 0.625rem;
}
#comments-container {
background-color: black;
position: absolute;

View file

@ -117,8 +117,20 @@
color: var(--color-grey-400);
}
.vpv-toolbar-end {
padding-right: 4rem;
padding-right: 7.5rem;
}
.vpv-toolbar-end > button {
display: none !important;
}
}
/* Footer buttons */
#toggle-comments,
#download-pdf {
position: absolute;
right: var(--space-16);
bottom: var(--space-16);
padding: 0.625rem;
}
#download-pdf {
right: 4.5;
}

View file

@ -20,7 +20,7 @@
</button>
<a
id="download-pdf"
class="btn btn--transparent btn--outline hidden"
class="btn btn--transparent btn--outline"
data-icon="download"
:href="openedFile.url"
download