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 */ /* COMMENTS BLOCK */
#toggle-comments {
position: absolute;
right: var(--space-16);
bottom: var(--space-16);
padding: 0.625rem;
}
#comments-container { #comments-container {
background-color: black; background-color: black;
position: absolute; position: absolute;

View file

@ -117,8 +117,20 @@
color: var(--color-grey-400); color: var(--color-grey-400);
} }
.vpv-toolbar-end { .vpv-toolbar-end {
padding-right: 4rem; padding-right: 7.5rem;
} }
.vpv-toolbar-end > button { .vpv-toolbar-end > button {
display: none !important; 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> </button>
<a <a
id="download-pdf" id="download-pdf"
class="btn btn--transparent btn--outline hidden" class="btn btn--transparent btn--outline"
data-icon="download" data-icon="download"
:href="openedFile.url" :href="openedFile.url"
download download