css: Fix adaptive message list
Somewhere between now and the previous release, Fractal's message list lost it's adaptive padding. Now we can use HdyClamp's CSS to bring it back.
This commit is contained in:
parent
4342e832af
commit
14b81bfd51
1 changed files with 6 additions and 1 deletions
|
@ -156,7 +156,12 @@ row:not(:selected) .member-uid {
|
|||
|
||||
.messages-history {
|
||||
background-color: @theme_base_color;
|
||||
padding: 0 18px 18px;
|
||||
padding: 0px 18px 18px;
|
||||
}
|
||||
|
||||
clamp.small > box > .messages-history {
|
||||
padding-left: 12px;
|
||||
padding-right: 12px;
|
||||
}
|
||||
|
||||
.history-view {
|
||||
|
|
Loading…
Reference in a new issue