Skip to content

Commit

Permalink
Merge branch 'master' into remove-same-checksum-skip
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtlmoon authored Oct 11, 2024
2 parents af90d6a + 03151da commit 7fe0d05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion changedetectionio/static/styles/scss/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
scroll-margin-top: 200px;
}
Expand Down
3 changes: 2 additions & 1 deletion changedetectionio/static/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,8 @@ body.spinner-active #pure-menu-horizontal-spinner {
background-color: var(--color-background-menu-link-hover);
color: var(--color-text-menu-link-hover); }

.edit-form .tab-pane-inner {

.tabs ul li a {
scroll-margin-top: 200px; }

section.content {
Expand Down

0 comments on commit 7fe0d05

Please sign in to comment.