diff options
| author | Volpeon <git@volpeon.ink> | 2021-12-30 09:45:40 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2021-12-30 09:45:40 +0100 |
| commit | fc78b8c5e852327660a2d7616d765393ff407d1f (patch) | |
| tree | 5e1957e70278a0359bf5fe6a38a3181cadbe54c3 /templates/base.html | |
| parent | Fixed lightbox in light mode (diff) | |
| download | volpeon.ink-fc78b8c5e852327660a2d7616d765393ff407d1f.tar.gz volpeon.ink-fc78b8c5e852327660a2d7616d765393ff407d1f.tar.bz2 volpeon.ink-fc78b8c5e852327660a2d7616d765393ff407d1f.zip | |
Improved lightbox
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html index 6da1065..68c70dd 100644 --- a/templates/base.html +++ b/templates/base.html | |||
| @@ -85,8 +85,8 @@ ${layouts/page()} | |||
| 85 | <div class="c-lightbox__bg"></div> | 85 | <div class="c-lightbox__bg"></div> |
| 86 | 86 | ||
| 87 | <div class="c-lightbox__infobar"> | 87 | <div class="c-lightbox__infobar"> |
| 88 | <span class="c-lightbox__count"></span> | 88 | <div class="o-badge c-lightbox__count"></div> |
| 89 | 89 | ||
| 90 | <button class="c-lightbox__close"> | 90 | <button class="c-lightbox__close"> |
| 91 | <svg class="c-card__block o-icon" width="1em" height="1em" aria-hidden="true"> | 91 | <svg class="c-card__block o-icon" width="1em" height="1em" aria-hidden="true"> |
| 92 | <use href="/symbols.svg#icon-x"></use> | 92 | <use href="/symbols.svg#icon-x"></use> |
