d1a2eefca6
Co-authored-by: kolaente <k@knt.li> Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/386 Co-authored-by: konrad <konrad@kola-entertainments.de> Co-committed-by: konrad <konrad@kola-entertainments.de>
40 lines
No EOL
530 B
SCSS
40 lines
No EOL
530 B
SCSS
.media.comment {
|
|
align-items: center;
|
|
|
|
.media-left {
|
|
margin: 0 1rem;
|
|
}
|
|
|
|
.comment-info {
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
* {
|
|
padding-right: .5rem;
|
|
}
|
|
|
|
img {
|
|
display: none;
|
|
}
|
|
|
|
@media screen and (max-width: $tablet) {
|
|
img {
|
|
display: block;
|
|
width: 20px;
|
|
height: 20px;
|
|
padding-right: 0;
|
|
margin-right: .5rem;
|
|
}
|
|
}
|
|
|
|
span {
|
|
font-size: .75rem;
|
|
line-height: 1;
|
|
}
|
|
}
|
|
|
|
.editor {
|
|
margin-top: .5rem;
|
|
}
|
|
|
|
} |