Merge remote-tracking branch 'origin/develop' into vue3-again
* origin/develop: quick fix for alignment in avatars, juggling multiple branches is confusing fix even more issues with avatars Update dependency ora to v0.4.1 Update dependency mini-css-extract-plugin to v0.12.0 Update dependency karma-firefox-launcher to v1.3.0 fix avatars in mobile view
This commit is contained in:
commit
c6a4a0a320
4 changed files with 41 additions and 44 deletions
|
@ -406,13 +406,13 @@
|
|||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.avatar:not(.repeater-avatar) {
|
||||
.post-avatar {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
|
||||
// TODO define those other way somehow?
|
||||
// stylelint-disable rscss/class-format
|
||||
&.avatar-compact {
|
||||
&.-compact {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
}
|
||||
|
|
|
@ -126,6 +126,7 @@
|
|||
@click.stop.prevent.capture="toggleUserExpanded"
|
||||
>
|
||||
<UserAvatar
|
||||
class="post-avatar"
|
||||
:bot="botIndicator"
|
||||
:compact="compact"
|
||||
:better-shadow="betterShadow"
|
||||
|
@ -455,6 +456,7 @@
|
|||
>
|
||||
<div class="left-side">
|
||||
<UserAvatar
|
||||
class="post-avatar"
|
||||
:compact="compact"
|
||||
:bot="botIndicator"
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue