Merge branch 'master' into remove-same-checksum-skip

remove-same-checksum-skip
dgtlmoon 2 months ago committed by GitHub
commit 7fe0d05c5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -147,7 +147,8 @@ body.spinner-active {
} }
} }
.edit-form .tab-pane-inner {
.tabs ul li a {
// .tab-pane-inner will have the #id that the tab button jumps/anchors to // .tab-pane-inner will have the #id that the tab button jumps/anchors to
scroll-margin-top: 200px; scroll-margin-top: 200px;
} }

@ -605,7 +605,8 @@ body.spinner-active #pure-menu-horizontal-spinner {
background-color: var(--color-background-menu-link-hover); background-color: var(--color-background-menu-link-hover);
color: var(--color-text-menu-link-hover); } color: var(--color-text-menu-link-hover); }
.edit-form .tab-pane-inner {
.tabs ul li a {
scroll-margin-top: 200px; } scroll-margin-top: 200px; }
section.content { section.content {

Loading…
Cancel
Save