mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2026-05-03 08:10:37 +00:00
a95aa67aef
Build and push containers / metadata (push) Has been cancelled
Build and push containers / build-push-containers (push) Has been cancelled
Publish Python 🐍distribution 📦 to PyPI and TestPyPI / Build distribution 📦 (push) Has been cancelled
Publish Python 🐍distribution 📦 to PyPI and TestPyPI / Test the built 📦 package works basically. (push) Has been cancelled
Publish Python 🐍distribution 📦 to PyPI and TestPyPI / Publish Python 🐍 distribution 📦 to PyPI (push) Has been cancelled
ChangeDetection.io App Test / lint-code (push) Has been cancelled
ChangeDetection.io App Test / test-application-3-10 (push) Has been cancelled
ChangeDetection.io App Test / test-application-3-11 (push) Has been cancelled
ChangeDetection.io App Test / test-application-3-12 (push) Has been cancelled
ChangeDetection.io App Test / test-application-3-13 (push) Has been cancelled
23 lines
327 B
SCSS
23 lines
327 B
SCSS
// Styles for Socket.IO real-time updates
|
|
body.checking-now {
|
|
#checking-now-fixed-tab {
|
|
display: block !important;
|
|
}
|
|
}
|
|
|
|
#checking-now-fixed-tab {
|
|
background: #ccc;
|
|
border-radius: 5px;
|
|
bottom: 0;
|
|
color: var(--color-text);
|
|
display: none;
|
|
font-size: 0.8rem;
|
|
left: 0;
|
|
padding: 5px;
|
|
position: fixed;
|
|
}
|
|
|
|
|
|
|
|
|