Skip to content

Instantly share code, notes, and snippets.

@pixelbart
Last active December 12, 2023 08:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pixelbart/17ba1deddf8383c61f4fe0e5b82c089c to your computer and use it in GitHub Desktop.
Save pixelbart/17ba1deddf8383c61f4fe0e5b82c089c to your computer and use it in GitHub Desktop.
MainWP CSS Fixes
.mainwp-widget .label {
font-size: 0.8rem !important;
white-space: nowrap;
}
.mainwp-widget .value {
font-size: 1.5rem !important;
}
.mainwp-widget .two .column {
display: flex !important;
gap: 5px !important;
flex-wrap: nowrap !important;
align-items: end !important;
}
.mainwp-widget .two .column .button {
font-size: 0.8rem !important;
}
.dataTables_filter label {
display: flex !important;
flex-wrap: no-wrap !important;
align-items: center;
gap: 5px;
justify-content: end;
}
.mainwp-sub-header .aligned.right.column {
display: flex !important;
flex-wrap: nowrap !important;
flex-direction: row !important;
align-items: center;
justify-content: end;
gap: 5px;
}
.mainwp_page_RESTAPI .mainwp-content-wrap .ui.message {
margin-left: 1rem;
margin-right: 1rem;
}
.ui.virusdie.basic.button {
color: #fff !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment