Switched ForwardMessageModal to use ListTile
This commit is contained in:
parent
257f5e1231
commit
d64e0b65c4
25 changed files with 528 additions and 239 deletions
|
@ -4405,6 +4405,13 @@ button.module-image__border-overlay:focus {
|
|||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
|
||||
// list tiles in choose-group-members and compose extend to the edge
|
||||
.module-left-pane--mode-choose-group-members &,
|
||||
.module-left-pane--mode-compose & {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
&--width-narrow {
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue