Merge pull request #165 from nextcloud/fix_css_for_mobile

fix css for mobile devices
This commit is contained in:
Julius Härtl
2017-05-28 14:41:25 +02:00
committed by GitHub

View File

@@ -856,12 +856,13 @@ button.button-inline:hover {
.board-header-controls.app-popover-menu-utils {
display: none;
}
}
@media (max-width: 480px) {
.stack {
width: 100%;
display: block;
}
.stack h2 .stack-actions {
display: flex;
opacity: 0.25;