Add GitHub update check

This commit is contained in:
2026-03-10 21:40:39 +01:00
parent c93e930286
commit eb923a0c57
7 changed files with 97 additions and 4 deletions

View File

@@ -447,3 +447,19 @@ body {
.long-text {
overflow-wrap: anywhere;
}
.banner-div {
display: none;
align-items: center;
justify-content: space-between;
border: 1px solid var(--secondary-color);
background: var(--primary-color);
margin-bottom: 20px;
height: 64px;
border-radius: 12px;
padding: 10px;
}
.banner-div.show {
display: flex;
}