align icons properly with text

This commit is contained in:
Christoph Haas 2025-06-18 02:06:50 +02:00
parent f328bd4ebf
commit 296e2d3f19
3 changed files with 10 additions and 5 deletions

View file

@ -7201,8 +7201,9 @@ a.black {
}
.icon {
width: 1.5em;
height: 1.5em;
width: 1.2em;
height: 1.2em;
vertical-align: text-bottom;
}
/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */

View file

@ -634,6 +634,7 @@ a.black
}
.icon {
width: 1.5em;
height: 1.5em;
width: 1.2em;
height: 1.2em;
vertical-align:text-bottom;
}