]> git.mxchange.org Git - friendica.git/commitdiff
[frio] Fix Safari bug where notification icon jumps to next line
authorHypolite Petovan <hypolite@mrpetovan.com>
Thu, 6 Mar 2025 00:07:10 +0000 (19:07 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Thu, 6 Mar 2025 00:08:14 +0000 (19:08 -0500)
view/theme/frio/css/style.css

index 7bd9a165ea498d394672285839061840fded79de..e20add6d67c649e0f615760c43e1749f5786bce5 100644 (file)
@@ -629,6 +629,14 @@ nav.navbar .nav > li > button:focus {
        text-align: center;
        z-index: 1;
 }
+/* Workaround for Safari bug where the notification icon jumps on the next line */
+#topbar-first .topbar-nav .nav > li + li {
+       margin-left: 1px;
+}
+#topbar-first .topbar-nav .nav > li + li > a {
+       margin-left: -1px;
+}
+/* End workaround */
 #topbar-first .topbar-nav .nav-segment {
        position: relative;
        text-align: left;