mirror of
https://github.com/rommapp/romm.git
synced 2026-03-03 02:27:00 +00:00
animate the loading text as well
This commit is contained in:
@@ -39,7 +39,6 @@ lint:
|
||||
- ruff@0.12.11
|
||||
- shellcheck@0.11.0
|
||||
- shfmt@3.6.0
|
||||
- svgo@4.0.0
|
||||
- taplo@0.10.0
|
||||
- trivy@0.66.0
|
||||
- trufflehog@3.90.5
|
||||
|
||||
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 25 KiB |
@@ -38,9 +38,9 @@
|
||||
}
|
||||
|
||||
#app-loading-logo img {
|
||||
width: 30%;
|
||||
height: 30%;
|
||||
opacity: 0.1;
|
||||
width: 40%;
|
||||
height: 40%;
|
||||
opacity: 0.2;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
|
||||
Reference in New Issue
Block a user