Statuses: center eye-slash icon

This commit is contained in:
Alex Gleason
2021-08-06 11:06:23 -05:00
parent 59174b108f
commit ac610bce0f

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);
}