mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
recent_view: Better account for sortable widths on Topics, Unreads.
This commit is contained in:
@@ -147,10 +147,6 @@
|
||||
.table_fix_head table th {
|
||||
padding: 8px;
|
||||
text-align: left;
|
||||
|
||||
&[data-sort] {
|
||||
padding-right: var(--table-header-sortable-column-padding-right);
|
||||
}
|
||||
}
|
||||
|
||||
#recent_view_filter_buttons {
|
||||
@@ -433,11 +429,11 @@
|
||||
}
|
||||
|
||||
.recent-view-topic-header {
|
||||
width: 35%;
|
||||
width: 33%;
|
||||
}
|
||||
|
||||
.recent-view-unread-header {
|
||||
width: 5%;
|
||||
width: 7%;
|
||||
|
||||
.zulip-icon-unread {
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user