style: restore hidden class after fixing merge conflict

This commit is contained in:
VardanHakobyan
2021-06-15 17:21:49 +04:00
parent b1920bbd3c
commit cd5388d89f

View File

@@ -4,6 +4,10 @@
height: 90vh; height: 90vh;
} }
.hidden {
display: none;
}
/** /**
* A button that is just an icon. Separated from .sn-button because there * A button that is just an icon. Separated from .sn-button because there
* is almost no style overlap. * is almost no style overlap.