[frontend/components] add cursor: pointer to menu elements and make their padding consistent

This commit is contained in:
mystie 2025-03-22 21:07:05 +01:00 committed by Iceshrimp development
parent c01510b707
commit 5ea456a7ff
No known key found for this signature in database
GPG key ID: 7249C94AE229BEAF

View file

@ -5,6 +5,8 @@
border-radius: 0.5rem;
align-items: center;
color: var(--notice-color);
line-height: 1;
cursor: pointer;
> i {
padding-right: 0.5rem;