-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix ListItem css & add compact mode #2856
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Signed-off-by: Jonas Rittershofer <jotoeri@users.noreply.github.com>
a600145
to
8a85d38
Compare
Just checked it on Talk and didn't see any problems. So should be good to go now. 🙂 |
} | ||
|
||
&__actions { | ||
flex: 0 0 auto; | ||
align-self: center; | ||
justify-content: center; | ||
|
||
margin-left: 4px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -565,15 +593,14 @@ export default { | |||
&__subtitle { | |||
overflow: hidden; | |||
flex-grow: 1; | |||
padding-right: 4px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shifted to counter margin, so it also applies if no subtitle used.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jotoeri could you add a compact example in the docs too?
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Signed-off-by: Jonas Rittershofer <jotoeri@users.noreply.github.com>
/backport to stable5 |
This fixes two things: