Merge branch 'eye-center' into 'develop'

Statuses: center eye-slash icon

See merge request soapbox-pub/soapbox-fe!664
This commit is contained in:
Alex Gleason 2021-08-06 16:34:39 +00:00
commit 2124ff4222
1 changed files with 6 additions and 0 deletions

View File

@ -66,6 +66,12 @@
border-radius: 4px;
padding: 2px;
> div {
display: flex;
align-items: center;
justify-content: center;
}
&:hover {
background: var(--background-color);
}