Update admin menu style
This commit is contained in:
parent
342a8a6bd3
commit
b3d98cd2a4
File diff suppressed because one or more lines are too long
@ -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>
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user