summaryrefslogtreecommitdiffstats
path: root/webapp/sass/components/_modal.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2016-10-28 21:41:05 +0500
committerCorey Hulen <corey@hulen.com>2016-10-28 09:41:05 -0700
commitfcf7d185f6ce0ff0a0719779261a487755273147 (patch)
tree51e519f3bebfdf9460d73ee6f18b5f76b2af42b9 /webapp/sass/components/_modal.scss
parent87a3daf9a6469b666437b56bd32b06f5a70e0ce8 (diff)
downloadchat-fcf7d185f6ce0ff0a0719779261a487755273147.tar.gz
chat-fcf7d185f6ce0ff0a0719779261a487755273147.tar.bz2
chat-fcf7d185f6ce0ff0a0719779261a487755273147.zip
Minor UI fixes (#4372)
Diffstat (limited to 'webapp/sass/components/_modal.scss')
-rw-r--r--webapp/sass/components/_modal.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/webapp/sass/components/_modal.scss b/webapp/sass/components/_modal.scss
index 0cc20fd2f..5f22c9a6a 100644
--- a/webapp/sass/components/_modal.scss
+++ b/webapp/sass/components/_modal.scss
@@ -500,11 +500,13 @@
.status-wrapper {
+ display: inline-block;
+ height: 32px;
position: relative;
&:after {
border-radius: 100%;
- bottom: 4px;
+ bottom: -2px;
content: '';
display: block;
height: 8px;