mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
🐛 Fix the top bar underline offset in the Settings UI
This commit is contained in:
parent
f6b26a33ac
commit
3121791f79
1 changed files with 7 additions and 2 deletions
|
@ -7,7 +7,7 @@ $margin_bottom: 48px;
|
|||
--color-disabled: #CCC;
|
||||
--navbar-height: 40px;
|
||||
--navbar-vertical-padding: 10px;
|
||||
--subnavigation-height: 40px;
|
||||
--subnavigation-height: 38px;
|
||||
|
||||
// Styling.
|
||||
position: sticky;
|
||||
|
@ -93,7 +93,6 @@ $margin_bottom: 48px;
|
|||
}
|
||||
|
||||
.ppcp--top-sub-navigation {
|
||||
height: var(--subnavigation-height);
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
|
@ -111,6 +110,12 @@ $margin_bottom: 48px;
|
|||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 782px) {
|
||||
.ppcp--top-sub-navigation {
|
||||
height: var(--subnavigation-height);
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 782px) {
|
||||
padding: 10px 12px;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue