mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2025-11-07 18:17:19 +00:00
Compare commits
2 Commits
docker-bui
...
0.47.02
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e4a32e973a | ||
|
|
67b1db14af |
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Read more https://github.com/dgtlmoon/changedetection.io/wiki
|
# Read more https://github.com/dgtlmoon/changedetection.io/wiki
|
||||||
|
|
||||||
__version__ = '0.47.01'
|
__version__ = '0.47.02'
|
||||||
|
|
||||||
from changedetectionio.strtobool import strtobool
|
from changedetectionio.strtobool import strtobool
|
||||||
from json.decoder import JSONDecodeError
|
from json.decoder import JSONDecodeError
|
||||||
|
|||||||
@@ -147,8 +147,13 @@ body.spinner-active {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.edit-form .tab-pane-inner {
|
||||||
|
// .tab-pane-inner will have the #id that the tab button jumps/anchors to
|
||||||
|
scroll-margin-top: 200px;
|
||||||
|
}
|
||||||
|
|
||||||
section.content {
|
section.content {
|
||||||
padding-top: 5em;
|
padding-top: 100px;
|
||||||
padding-bottom: 1em;
|
padding-bottom: 1em;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -931,6 +936,7 @@ $form-edge-padding: 20px;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tab-pane-inner {
|
.tab-pane-inner {
|
||||||
|
|
||||||
&:not(:target) {
|
&:not(:target) {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -605,8 +605,11 @@ 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 {
|
||||||
|
scroll-margin-top: 200px; }
|
||||||
|
|
||||||
section.content {
|
section.content {
|
||||||
padding-top: 5em;
|
padding-top: 100px;
|
||||||
padding-bottom: 1em;
|
padding-bottom: 1em;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user