mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-15 10:04:25 +00:00
Toggle class 'responsive' on div.wrap when auto columns is toggled, see #18198
git-svn-id: https://develop.svn.wordpress.org/trunk@18625 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -117,7 +117,7 @@ TABLE OF CONTENTS:
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.wide-window .columns-auto .inner-sidebar {
|
||||
.wide-window .responsive .inner-sidebar {
|
||||
margin-right: -870px;
|
||||
width: 100%;
|
||||
display: block;
|
||||
@@ -128,7 +128,7 @@ TABLE OF CONTENTS:
|
||||
min-height: 300px;
|
||||
}
|
||||
|
||||
.wide-window .columns-auto .inner-sidebar #side-sortables {
|
||||
.wide-window .responsive .inner-sidebar #side-sortables {
|
||||
min-width: 280px;
|
||||
max-width: 480px;
|
||||
width: auto;
|
||||
@@ -150,7 +150,7 @@ TABLE OF CONTENTS:
|
||||
margin-right: 300px;
|
||||
}
|
||||
|
||||
.columns-auto #post-body-content {
|
||||
.responsive #post-body-content {
|
||||
max-width: 850px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user