[frontend/components] fix login button alignment on wrap

This commit is contained in:
Lilian 2024-11-02 20:14:03 +01:00
parent b1c71484e7
commit 528bed3b9e
No known key found for this signature in database

View file

@ -29,6 +29,7 @@
.follow-button { .follow-button {
display: flex; display: flex;
align-items: center; align-items: center;
margin-left: auto;
} }
::deep {.icon { ::deep {.icon {
vertical-align: text-bottom; vertical-align: text-bottom;