1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 15:49:44 +02:00

Remove flexbox css for print media

This commit is contained in:
Harvey Kandola 2018-06-09 18:18:21 +01:00
parent acdf2025ab
commit d88adef5b5
8 changed files with 697 additions and 686 deletions

View file

@ -14,7 +14,7 @@ import { inject as service } from '@ember/service';
import Component from '@ember/component';
export default Component.extend({
classNames: ['layout-footer'],
classNames: ['layout-footer', 'non-printable'],
tagName: 'footer',
appMeta: service(),

View file

@ -12,7 +12,7 @@
import Component from '@ember/component';
export default Component.extend({
classNames: ['layout-sidebar'],
classNames: ['layout-sidebar', 'non-printable'],
tagName: 'nav',
didInsertElement() {

View file

@ -16,7 +16,7 @@ import ModalMixin from '../../mixins/modal';
import Component from '@ember/component';
export default Component.extend(ModalMixin, {
classNames: ['layout-header'],
classNames: ['layout-header', 'non-printable'],
tagName: 'header',
folderService: service('folder'),
appMeta: service(),