Skip to content
Snippets Groups Projects
Commit 281c577c authored by Lynx Kotoura's avatar Lynx Kotoura Committed by Eugen Rochko
Browse files

Fix extra space between status text and username (#5902)

parent f9a0d8f2
No related branches found
No related tags found
No related merge requests found
...@@ -512,7 +512,6 @@ ...@@ -512,7 +512,6 @@
font-weight: 400; font-weight: 400;
overflow: hidden; overflow: hidden;
white-space: pre-wrap; white-space: pre-wrap;
padding-top: 5px;
&.status__content--with-spoiler { &.status__content--with-spoiler {
white-space: normal; white-space: normal;
...@@ -525,7 +524,7 @@ ...@@ -525,7 +524,7 @@
.emojione { .emojione {
width: 20px; width: 20px;
height: 20px; height: 20px;
margin: -5px 0 0; margin: -3px 0 0;
} }
p { p {
...@@ -761,7 +760,7 @@ ...@@ -761,7 +760,7 @@
.status__action-bar { .status__action-bar {
align-items: center; align-items: center;
display: flex; display: flex;
margin-top: 5px; margin-top: 10px;
} }
.status__action-bar-button { .status__action-bar-button {
...@@ -794,7 +793,7 @@ ...@@ -794,7 +793,7 @@
.emojione { .emojione {
width: 24px; width: 24px;
height: 24px; height: 24px;
margin: -5px 0 0; margin: -3px 0 0;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment