Update theme tiles to be constrained to max-width of 800px
This commit is contained in:
@ -549,6 +549,8 @@ input:checked + .wp-toggle-slider:before {
|
|||||||
padding: 0 20px;
|
padding: 0 20px;
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 400px;
|
min-height: 400px;
|
||||||
|
max-width: 800px;
|
||||||
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Theme Card Styles - Scoped to our plugin only */
|
/* Theme Card Styles - Scoped to our plugin only */
|
||||||
@ -561,6 +563,7 @@ input:checked + .wp-toggle-slider:before {
|
|||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
transition: all 0.2s ease;
|
transition: all 0.2s ease;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.theme-card:hover {
|
.theme-card:hover {
|
||||||
|
@ -778,6 +778,12 @@ body.wp-admin .plugin-card-bottom .compatibility-untested *,
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Theme Browser */
|
/* Theme Browser */
|
||||||
|
.theme-browser {
|
||||||
|
max-width: 800px;
|
||||||
|
margin: 0 auto;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.theme-browser .theme {
|
.theme-browser .theme {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
float: left;
|
float: left;
|
||||||
|
Reference in New Issue
Block a user