[tor-commits] [lego/develop] Fix the alignment of the toggles

hiro at torproject.org hiro at torproject.org
Tue Apr 7 16:13:26 UTC 2020


commit e9e737e0c6ed288af07efc179f488ddf2eb504ce
Author: Nicolei Ocana <nicoleiocana at gmail.com>
Date:   Thu Apr 2 23:04:46 2020 +0000

    Fix the alignment of the toggles
---
 assests/scss/_tor.scss | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/assests/scss/_tor.scss b/assests/scss/_tor.scss
index ff6f69a..e6a36df 100644
--- a/assests/scss/_tor.scss
+++ b/assests/scss/_tor.scss
@@ -37,6 +37,12 @@
     color: $white;
 }
 
+// toggle buttons for animations
+
+.toggle {
+  vertical-align: middle;
+}
+
 // Define darker background
 .bg-darker{
   background-color: $purple-darker;





More information about the tor-commits mailing list