mirror of
https://github.com/MasterAcnolo/Freedom-Loader.git
synced 2026-07-29 18:25:47 +02:00
feat: Add version badge
This commit is contained in:
@@ -96,4 +96,21 @@
|
||||
#close-btn:active {
|
||||
background: #c50f1f;
|
||||
transform: scale(0.9);
|
||||
}
|
||||
|
||||
.version-badge {
|
||||
position: fixed;
|
||||
right: 18px;
|
||||
bottom: 12px;
|
||||
z-index: 2000;
|
||||
font-size: 0.85em;
|
||||
color: #b0b0b0;
|
||||
background: none;
|
||||
font-weight: 500;
|
||||
border-radius: 6px;
|
||||
padding: 2px 8px;
|
||||
opacity: 0.7;
|
||||
pointer-events: none;
|
||||
box-shadow: none;
|
||||
user-select: none;
|
||||
}
|
||||
Reference in New Issue
Block a user