mirror of https://github.com/zulip/zulip.git
Shorter stream rows
(imported from commit 2d5e8e73f66b5b2876c78fffc93cd71a7dc931c5)
This commit is contained in:
parent
11d05c1689
commit
98b59f551a
|
@ -2119,8 +2119,8 @@ table.floating_recipient {
|
|||
}
|
||||
|
||||
.subscription-name-row {
|
||||
line-height: 67px;
|
||||
height: 60px;
|
||||
line-height: 47px;
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
#add_new_subscription {
|
||||
|
@ -2297,7 +2297,7 @@ table.floating_recipient {
|
|||
.sub_unsub_button {
|
||||
min-width: 140px;
|
||||
float: right;
|
||||
margin-top: 18px;
|
||||
margin-top: 9px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
|
@ -2318,7 +2318,7 @@ table.floating_recipient {
|
|||
|
||||
.sub_arrow {
|
||||
float: right;
|
||||
line-height: 67px;
|
||||
line-height: 47px;
|
||||
padding: 0 15px 0 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue