diff options
| author | Nippy <nippy@rp1.hu> | 2026-06-02 20:23:17 +0200 |
|---|---|---|
| committer | Nippy <nippy@rp1.hu> | 2026-06-02 20:25:24 +0200 |
| commit | de4dea724170f59e90242f34625485d7af1df03b (patch) | |
| tree | fd31a97b33de3784c4892ec500df33631e534035 /raveos-calamares-theme/etc/calamares/branding/raveos/stylesheet.qss | |
| parent | 8e1b92feb4e302ccecab10f407e94024feea82c8 (diff) | |
| download | RaveOS-PKGBUILD-de4dea724170f59e90242f34625485d7af1df03b.tar.gz RaveOS-PKGBUILD-de4dea724170f59e90242f34625485d7af1df03b.zip | |
calamares update
Diffstat (limited to 'raveos-calamares-theme/etc/calamares/branding/raveos/stylesheet.qss')
| -rw-r--r-- | raveos-calamares-theme/etc/calamares/branding/raveos/stylesheet.qss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/raveos-calamares-theme/etc/calamares/branding/raveos/stylesheet.qss b/raveos-calamares-theme/etc/calamares/branding/raveos/stylesheet.qss index 8a12280..c48e5d2 100644 --- a/raveos-calamares-theme/etc/calamares/branding/raveos/stylesheet.qss +++ b/raveos-calamares-theme/etc/calamares/branding/raveos/stylesheet.qss @@ -3,6 +3,14 @@ /* Main: #404040 | Accent: #3d7839 | Border: #7f8c8d */ /* ===================================================== */ +/* ---------------- Welcome Logo (screen-adaptive) ---------------- */ + +#logoLabel { + min-height: 650px; + max-height: 9999px; + qproperty-alignment: AlignCenter; +} + /* ---------------- Global ---------------- */ * { |