Statuses: center eye-slash icon

This commit is contained in:
Alex Gleason 2021-08-06 11:06:23 -05:00
parent 59174b108f
commit ac610bce0f
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 6 additions and 0 deletions

View File

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