Skip to content
Snippets Groups Projects
Commit ea132292 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Fixed minor alignment issue

parent 55ab48f4
No related branches found
No related tags found
No related merge requests found
...@@ -218,16 +218,13 @@ ...@@ -218,16 +218,13 @@
.message .message
display: flex display: flex
line-height: 24px line-height: 20px
padding: 12px 24px padding: 12px 24px
border-bottom: 1px solid #e5e5e5 border-bottom: 1px solid #e5e5e5
color: #212121 color: #212121
background: #fff background: #fff
position: relative position: relative
@media(max-width: 800px)
line-height: 1rem
> .more > .more
height: 56px height: 56px
width: 56px width: 56px
......
...@@ -1092,15 +1092,12 @@ body { ...@@ -1092,15 +1092,12 @@ body {
display: none; } display: none; }
.results .buffer .container .context .message { .results .buffer .container .context .message {
display: flex; display: flex;
line-height: 24px; line-height: 20px;
padding: 12px 24px; padding: 12px 24px;
border-bottom: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;
color: #212121; color: #212121;
background: #fff; background: #fff;
position: relative; } position: relative; }
@media (max-width: 800px) {
.results .buffer .container .context .message {
line-height: 1rem; } }
.results .buffer .container .context .message > .more { .results .buffer .container .context .message > .more {
height: 56px; height: 56px;
width: 56px; width: 56px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment