25 lines
689 B
Diff
25 lines
689 B
Diff
From 3e4a2bd7fd23c458a96b387c4df9f4abb984d59f Mon Sep 17 00:00:00 2001
|
|
From: t_feng <fengtao40@huawei.com>
|
|
Date: Thu, 18 Jun 2020 22:30:28 +0800
|
|
Subject: [PATCH] bugfix logo display in low screen resolution
|
|
|
|
---
|
|
data/anaconda-gtk.css | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/data/anaconda-gtk.css b/data/anaconda-gtk.css
|
|
index c47bb87..7b7166b 100644
|
|
--- a/data/anaconda-gtk.css
|
|
+++ b/data/anaconda-gtk.css
|
|
@@ -113,6 +113,7 @@ infobar.error {
|
|
.logo {
|
|
background-image: url('/usr/share/anaconda/pixmaps/sidebar-logo.png');
|
|
background-position: 50% 20px;
|
|
+ background-size: 90%;
|
|
background-repeat: no-repeat;
|
|
background-color: transparent;
|
|
}
|
|
--
|
|
2.23.0
|
|
|