1
0
mirror of https://github.com/devfake/flox.git synced 2024-11-14 22:22:39 +01:00

fix display of add icon

This commit is contained in:
devfake 2016-11-28 10:36:52 +01:00
parent b9b93668bc
commit c97ccd751a

View File

@ -207,7 +207,9 @@ main {
display: none;
@include media(3) {
display: block;
.logged & {
display: block;
}
}
}