mirror of
https://github.com/zulip/zulip.git
synced 2026-06-30 21:11:04 +08:00
streams: Add padding between subscriber-list columns.
This commit adds 5px of padding between columns of subscriber-list such that the list doesn't look too bad on narrow widths. This does not completely fixes the issue on narrow widths but is atleast a small improvement.
This commit is contained in:
parent
46660e5daa
commit
041711dcbd
@ -255,16 +255,12 @@
|
||||
|
||||
td,
|
||||
th {
|
||||
padding: 4px 0;
|
||||
padding: 4px 0 4px 5px;
|
||||
vertical-align: middle;
|
||||
|
||||
&:first-of-type {
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
&:last-of-type {
|
||||
padding-left: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user