/* * Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. */ /* https://github.com/ckeditor/ckeditor5/issues/913 */ @media only screen and (min-width: 1600px) { /* https://github.com/ckeditor/ckeditor5/issues/1077 */ .main .main__content .main__content-inner, .main .main__content-wide .main__content-inner { width: 800px; } } /* https://github.com/ckeditor/ckeditor5-build-decoupled-document/issues/12 */ @media only screen and (max-width: 1360px) { /* https://github.com/ckeditor/ckeditor5/issues/1077 */ .main .main__content .main__content-inner, .main .main__content-wide .main__content-inner { max-width: 900px; } } /* https://github.com/ckeditor/ckeditor5/issues/913 */ @media only screen and (min-width: 1360px) { .main .main__content.main__content-wide { padding-right: 0; } .main .main__content-wide .main__content-inner { max-width: 800px; } } /* https://github.com/ckeditor/ckeditor5/issues/1007 */ @media only screen and (min-width: 1600px) { .main .main__content.main__content-wide { /* * `.main__content` by default has 760px width and 340px right padding. * `.main__content-wide` is 40px wider (800px), that's why we are reducing this right padding. */ padding-right: 300px; } }