Fix layout widths and container spacing across all tabs
This commit is contained in:
@ -132,13 +132,14 @@ input:checked + .wp-toggle-slider:before {
|
|||||||
|
|
||||||
/* Settings Container */
|
/* Settings Container */
|
||||||
.wpa-settings-container {
|
.wpa-settings-container {
|
||||||
padding: 0 20px;
|
padding: 0;
|
||||||
max-width: 1100px;
|
max-width: 1100px;
|
||||||
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wpa-settings-content {
|
.wpa-settings-content {
|
||||||
margin-top: 25px;
|
margin-top: 25px;
|
||||||
padding: 0;
|
padding: 0 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Toggle Sections */
|
/* Toggle Sections */
|
||||||
@ -333,10 +334,11 @@ input:checked + .wp-toggle-slider:before {
|
|||||||
|
|
||||||
/* Plugin Cards */
|
/* Plugin Cards */
|
||||||
.plugin-card {
|
.plugin-card {
|
||||||
|
width: calc(50% - 8px);
|
||||||
|
margin: 0 16px 16px 0;
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
box-shadow: 0 1px 4px rgba(0,0,0,0.02);
|
box-shadow: 0 1px 4px rgba(0,0,0,0.02);
|
||||||
transition: all 0.2s ease;
|
transition: all 0.2s ease;
|
||||||
margin: 0 0 20px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.plugin-card:hover {
|
.plugin-card:hover {
|
||||||
@ -371,6 +373,16 @@ input:checked + .wp-toggle-slider:before {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.plugin-card:nth-child(2n) {
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Theme Browser */
|
||||||
|
.theme-browser .theme {
|
||||||
|
max-width: 1600px;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
|
||||||
/* Responsive Adjustments */
|
/* Responsive Adjustments */
|
||||||
@media screen and (max-width: 782px) {
|
@media screen and (max-width: 782px) {
|
||||||
.wp-allstars-header {
|
.wp-allstars-header {
|
||||||
@ -404,6 +416,19 @@ input:checked + .wp-toggle-slider:before {
|
|||||||
width: calc(50% - 4px);
|
width: calc(50% - 4px);
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-allstars-wrap {
|
||||||
|
padding-right: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wpa-settings-content {
|
||||||
|
padding: 0 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.plugin-card {
|
||||||
|
width: 100%;
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Settings Notification */
|
/* Settings Notification */
|
||||||
@ -428,11 +453,15 @@ input:checked + .wp-toggle-slider:before {
|
|||||||
/* Plugin List Container */
|
/* Plugin List Container */
|
||||||
.wp-list-table-container {
|
.wp-list-table-container {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
|
max-width: 1600px;
|
||||||
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Theme Container */
|
/* Theme Container */
|
||||||
#wpa-theme-list {
|
#wpa-theme-list {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
|
max-width: 1600px;
|
||||||
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wpa-loading-overlay {
|
.wpa-loading-overlay {
|
||||||
|
Reference in New Issue
Block a user