[libadwaita/wip/exalm/borderless: 32/33] stylesheet: Make image buttons square
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/borderless: 32/33] stylesheet: Make image buttons square
- Date: Mon, 12 Jul 2021 08:52:37 +0000 (UTC)
commit 2bc4dc4b1f6dfdb95bd97fb2faead324867cdcc7
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]