[libadwaita/wip/exalm/borderless: 18/19] stylesheet: Make image buttons square
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/borderless: 18/19] stylesheet: Make image buttons square
- Date: Tue, 20 Jul 2021 10:35:25 +0000 (UTC)
commit 94f1fd6e4215ab3b353e1c1939c63baa94acb72d
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Sun Jul 4 19:15:00 2021 +0500
stylesheet: Make image buttons square
They were made rectangular for 3.32, now that they are flat it doesn't make
sense anymore. As far as I can tell, header bars were the only reason they
were ever rectangular, so just revert that change.
src/stylesheet/widgets/_buttons.scss | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/stylesheet/widgets/_buttons.scss b/src/stylesheet/widgets/_buttons.scss
index 4ff568b1..67df0a3a 100644
--- a/src/stylesheet/widgets/_buttons.scss
+++ b/src/stylesheet/widgets/_buttons.scss
@@ -53,8 +53,8 @@ button {
&.image-button {
min-width: 24px;
- padding-left: 6px;
- padding-right: 6px;
+ padding-left: 5px;
+ padding-right: 5px;
}
&.text-button {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]