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:
Sahil Batra 2021-11-09 15:05:33 +05:30
parent 46660e5daa
commit 041711dcbd

View File

@ -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;
}
}
}