[libadwaita/wip/exalm/borderless: 24/32] stylesheet: Make image buttons square
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/borderless: 24/32] stylesheet: Make image buttons square
- Date: Mon, 26 Jul 2021 12:57:21 +0000 (UTC)
commit 6601d987574666c4378a44e54ed54f6d07e4f675
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]