💄 align copylink buttons to text baseline

This commit is contained in:
DrMaxNix 2024-02-08 13:35:32 +01:00
parent 6741deb15c
commit 9c401fa99f
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ span.inline {
display: inline-flex;
flex-direction: row;
justify-content: center;
align-items: center;
align-items: baseline;
gap: 0.5rem;
}
.box .title {