about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2021-01-06 22:03:23 +0100
committerGitHub <noreply@github.com>2021-01-06 22:03:23 +0100
commitd42e7e01dcd464f80637682d4eee6e5a7f36f26e (patch)
tree3a594f4d232cad40fa268d66539498db2ea217e2 /app/javascript/flavours/glitch/styles/components
parent225c934a1b66e2fcbedbda7936666c1ca3c9a04b (diff)
parent55e84f9125608f12a7d29ec9bf9240e9a48cf4e5 (diff)
Merge pull request #1482 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components')
-rw-r--r--app/javascript/flavours/glitch/styles/components/index.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/index.scss b/app/javascript/flavours/glitch/styles/components/index.scss
index 3e67754c5..40206c696 100644
--- a/app/javascript/flavours/glitch/styles/components/index.scss
+++ b/app/javascript/flavours/glitch/styles/components/index.scss
@@ -141,6 +141,11 @@
     display: block;
     width: 100%;
   }
+
+  .layout-multiple-columns &.button--with-bell {
+    font-size: 12px;
+    padding: 0 8px;
+  }
 }
 
 .icon-button {
@@ -923,6 +928,7 @@
     flex: 0 0 auto;
     padding: 10px;
     padding-top: 20px;
+    z-index: 1;
 
     ul {
       margin-bottom: 10px;