[tor-commits] [bridgedb] 24/66: Fix pathbar styling
    gitolite role 
    git at cupani.torproject.org
       
    Wed Jul 27 18:32:29 UTC 2022
    
    
  
This is an automated email from the git hooks/post-receive script.
meskio pushed a commit to branch main
in repository bridgedb.
commit 443b5939852e4de45f3fa574664204186d296608
Author: kez <kez at torproject.org>
AuthorDate: Thu May 26 15:45:08 2022 -0700
    Fix pathbar styling
---
 frontend/assets/scss/_bridges.scss | 8 ++++++++
 1 file changed, 8 insertions(+)
diff --git a/frontend/assets/scss/_bridges.scss b/frontend/assets/scss/_bridges.scss
index 3ef5951..d38a6b7 100644
--- a/frontend/assets/scss/_bridges.scss
+++ b/frontend/assets/scss/_bridges.scss
@@ -42,6 +42,14 @@
     background-color: $purple-dark !important;
 }
 
+#bridgedb-pathbar-sep {
+    padding: 0 5px;
+
+    &::before {
+        content: "/";
+    }
+}
+
 #bridgelines {
     white-space: nowrap;
     overflow-x: auto;
-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
    
    
More information about the tor-commits
mailing list