mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 11:52:01 +00:00
Make right side chevrons visible, lighten usernames, adjust stream list scrolling speed
(imported from commit 8068bdf1ae7fd817fda36d7e32ea94e850ab5675)
This commit is contained in:
@@ -1834,7 +1834,8 @@ $(function () {
|
|||||||
$(function () {
|
$(function () {
|
||||||
$("#stream-filters-container").perfectScrollbar({
|
$("#stream-filters-container").perfectScrollbar({
|
||||||
suppressScrollX: true,
|
suppressScrollX: true,
|
||||||
useKeyboard: false
|
useKeyboard: false,
|
||||||
|
wheelSpeed: 20
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@@ -106,9 +106,7 @@ a {
|
|||||||
.app-main .column-right .right-sidebar {
|
.app-main .column-right .right-sidebar {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
margin-top: 50px;
|
margin-top: 50px;
|
||||||
width: 250px;
|
|
||||||
z-index:100;
|
z-index:100;
|
||||||
padding-left: 10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.app-main .column-left .left-sidebar {
|
.app-main .column-left .left-sidebar {
|
||||||
@@ -118,6 +116,7 @@ a {
|
|||||||
|
|
||||||
.app-main .column-right .right-sidebar {
|
.app-main .column-right .right-sidebar {
|
||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
|
width: 235px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.app-main .column-middle {
|
.app-main .column-middle {
|
||||||
@@ -1166,7 +1165,7 @@ just a temporary hack.
|
|||||||
.sender_name {
|
.sender_name {
|
||||||
color: #333;
|
color: #333;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-weight: 900;
|
font-weight: 700;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
line-height: 12px;
|
line-height: 12px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|||||||
Reference in New Issue
Block a user