1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-25 08:09:43 +02:00

Fix Ember lint issues and print view

This commit is contained in:
McMatts 2019-05-31 11:48:16 +01:00
parent 40237344e2
commit 715c31a1da
15 changed files with 53 additions and 37 deletions

View file

@ -9,14 +9,12 @@
.master-sidebar {
display: block;
height: auto;
width: 100%;
margin: 10px;
}
.master-content {
display: block;
height: auto;
width: 100%;
padding: 10px;
}
}
@ -52,7 +50,7 @@
grid-template-columns: 240px auto;
.master-sidebar {
width: 240px;
width: 220px;
}
.master-content {
@ -70,7 +68,7 @@
grid-template-columns: 300px auto;
.master-sidebar {
width: 300px;
width: 280px;
margin: 40px 10px 40px 20px;
height: calc(100vh - 90px - 80px);
}