Privacy Messages: Fix locked icon alignment (#5797)

This commit is contained in:
Alexander Zinchuk 2025-04-04 16:38:38 +02:00
parent af43949052
commit 1792f2abb8

View File

@ -3,9 +3,9 @@
}
.lock-icon {
font-size: 1.25rem;
font-size: 0.875rem;
position: absolute;
left: 1.0625rem;
left: 1.3125rem;
top: 50%;
transform: translateY(-50%);
color: var(--color-gray);