aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/_themes
diff options
context:
space:
mode:
authorVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2021-09-29 13:59:43 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2021-09-29 15:34:58 +0000
commitfb58c474ec579d819048fd8b29f8d20b3382255d (patch)
tree13849be386580a69bbce19a598f5d8b76ed25a62 /sources/pyside6/doc/_themes
parent7e5539dfa9f648580fe9bef60b193f368c4db3f0 (diff)
Update the online CSS to scale the icons
The scaled icons look better. Pick-to: 6.2 6.2.0 Change-Id: I66b95372787f3b78a1d4cb2e6bc0f7a2f48b0908 Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'sources/pyside6/doc/_themes')
-rw-r--r--sources/pyside6/doc/_themes/pysidedocs/static/pyside.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/sources/pyside6/doc/_themes/pysidedocs/static/pyside.css b/sources/pyside6/doc/_themes/pysidedocs/static/pyside.css
index 9082e5caa..e0fd3d507 100644
--- a/sources/pyside6/doc/_themes/pysidedocs/static/pyside.css
+++ b/sources/pyside6/doc/_themes/pysidedocs/static/pyside.css
@@ -2193,5 +2193,6 @@ div.rightside {
.card-img-top {
object-fit: contain;
height: 120px;
- padding-top: 10px;
+ padding-top: 20px;
+ transform: scale(1.3, 1.3);
}