Update admin menu style

This commit is contained in:
Tetrakern 2024-10-09 20:54:19 +02:00
parent 342a8a6bd3
commit b3d98cd2a4
3 changed files with 6 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -265,7 +265,7 @@ $patreon_tiers = is_array( $patreon_tiers ) ? $patreon_tiers : [];
</div>
<?php if ( $patreon_tiers ) : ?>
<div class="fictioneer-card__row">
<div class="fictioneer-card__row fictioneer-card__row--table">
<table class="fictioneer-card__table">
<thead>
<tr>

View File

@ -475,7 +475,6 @@ body[class*="fictioneer_page_"] {
&__row {
padding: 0 12px;
overflow: auto;
&:not(:last-child) {
margin-bottom: 12px;
@ -486,6 +485,10 @@ body[class*="fictioneer_page_"] {
font-size: 15px;
}
&--table {
overflow: auto;
}
&--inline-input {
&:not(:first-child) {
margin-top: 16px;