Add visibility icon back in media gallery

This commit is contained in:
Thibaut Girka
2019-05-04 20:06:17 +02:00
parent cbda1b8b66
commit b1ab4d5ebe
2 changed files with 15 additions and 1 deletions

View File

@@ -343,6 +343,14 @@
border-radius: 4px;
overflow: hidden;
margin: 2px;
&__icons {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 24px;
}
}
.notification__filter-bar,