fix print style issues

Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
This commit is contained in:
Michael Weimann
2021-09-04 17:50:23 +02:00
committed by backportbot[bot]
parent 2976604b7b
commit f7aae7912d

View File

@@ -2,21 +2,26 @@
/* hide stuff */ /* hide stuff */
#body-user { #body-user {
#header, #header,
div#app-navigation, .app-navigation,
div.board-header-controls, .app-sidebar,
.board-header-controls,
.board-actions,
#app-navigation-toggle, #app-navigation-toggle,
#app-navigation-toggle-custom, #app-navigation-toggle-custom,
div#controls.ng-scope div.crumb:not(.title), div#controls.ng-scope div.crumb:not(.title),
div#controls.ng-scope div.crumb a.bullet, div#controls.ng-scope div.crumb a.bullet,
a.ng-binding + a, a.ng-binding + a,
div.card.create, div.card.create,
.stack__header .action-item,
button.card-options { button.card-options {
display: none !important; display: none !important;
} }
#content { #content {
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
#app-content { #app-content {
margin: 0 !important; margin: 0 !important;
} }
@@ -75,6 +80,11 @@
margin: 2cm; margin: 2cm;
} }
.board {
max-height: none !important;
overflow: visible !important;
}
div#innerBoard { div#innerBoard {
display:flex; display:flex;
flex-wrap: wrap; flex-wrap: wrap;