From ace750a00318d657027d61a6262010c24ab230a8 Mon Sep 17 00:00:00 2001
From: Megax <megax@yeahunter.hu>
Date: Thu, 9 Jun 2016 17:10:48 +0200
Subject: [PATCH] * Implement stackswitcher circular button.

---
 gtk-3.20/scss/widgets/_misc.scss | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gtk-3.20/scss/widgets/_misc.scss b/gtk-3.20/scss/widgets/_misc.scss
index 0057cb2..0fb12a2 100644
--- a/gtk-3.20/scss/widgets/_misc.scss
+++ b/gtk-3.20/scss/widgets/_misc.scss
@@ -277,7 +277,11 @@
 ******************/
 
 @include exports("stackswitcher") {
-    stackswitcher button.text-button { min-width: 90px; } // FIXME aggregate with buttons
+    stackswitcher button {
+        &.text-button { min-width: 90px; } // FIXME aggregate with buttons
+
+        &.circular { min-width: 0; } // FIXME aggregate with buttons
+    }
 }