1
0
mirror of https://github.com/devfake/flox.git synced 2024-11-15 06:32:34 +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,8 +207,10 @@ main {
display: none; display: none;
@include media(3) { @include media(3) {
.logged & {
display: block; display: block;
} }
}
} }
.icon-add { .icon-add {