Include link to changedetection.io hosted option (#439)

This commit is contained in:
dgtlmoon
2022-02-28 15:47:59 +01:00
committed by GitHub
parent 75ca7ec504
commit fd45fcce2f
4 changed files with 15 additions and 4 deletions

View File

@@ -242,7 +242,7 @@ footer {
.sticky-tab {
position: absolute;
top: 80px;
top: 100px;
font-size: 8px;
background: #fff;
padding: 10px; }
@@ -250,6 +250,10 @@ footer {
left: 0px; }
.sticky-tab#right-sticky {
right: 0px; }
.sticky-tab#hosted-sticky {
right: 0px;
top: 60px;
font-weight: bold; }
#new-version-text a {
color: #e07171; }

View File

@@ -321,7 +321,7 @@ footer {
.sticky-tab {
position: absolute;
top: 80px;
top: 100px;
font-size: 8px;
background: #fff;
padding: 10px;
@@ -331,6 +331,11 @@ footer {
&#right-sticky {
right: 0px;
}
&#hosted-sticky {
right: 0px;
top: 60px;
font-weight: bold;
}
}
#new-version-text a {