2019-03-06 21:17:06 +01:00
|
|
|
/* The width of the empty space in the sidebar to separate
|
|
|
|
content from the edge of the window */
|
|
|
|
$far_left_gutter_size: 10px;
|
|
|
|
/* This represents the space in the sidebar reserved for symbols like
|
|
|
|
the #; labels like the the stream name go to the right of this. */
|
|
|
|
$left_col_size: 19px;
|
|
|
|
/* The full topic indentation includes 4px of indent in addition to
|
|
|
|
the above (and another 5px of padding not measured here) */
|
2019-08-30 19:01:28 +02:00
|
|
|
$topic_indent: calc($far_left_gutter_size + $left_col_size + 4px);
|
2019-03-06 21:17:06 +01:00
|
|
|
|
2020-03-20 02:05:08 +01:00
|
|
|
#left-sidebar {
|
2020-05-26 13:58:18 +02:00
|
|
|
#user-list {
|
2020-03-20 02:05:08 +01:00
|
|
|
padding-left: 10px;
|
|
|
|
}
|
2020-03-20 16:08:52 +01:00
|
|
|
}
|
|
|
|
|
2020-03-19 15:01:07 +01:00
|
|
|
.hashtag {
|
|
|
|
&:empty {
|
|
|
|
&::after {
|
|
|
|
content: "#";
|
|
|
|
line-height: 0;
|
|
|
|
font-size: 18px;
|
|
|
|
font-weight: 800;
|
|
|
|
}
|
|
|
|
}
|
2019-03-03 16:53:15 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.stream-privacy {
|
|
|
|
font-size: 15px;
|
2019-03-05 01:05:16 +01:00
|
|
|
font-weight: 800;
|
2019-03-06 21:17:06 +01:00
|
|
|
min-width: $left_col_size;
|
2019-04-11 12:46:04 +02:00
|
|
|
text-align: center;
|
2019-04-13 19:53:33 +02:00
|
|
|
}
|
|
|
|
|
2019-04-13 22:20:28 +02:00
|
|
|
/* Ideally we'd handle hashtags using an <i> and just have a single rule here. */
|
2019-04-13 19:53:33 +02:00
|
|
|
.stream-privacy span.hashtag,
|
2019-04-13 22:20:28 +02:00
|
|
|
#left-sidebar .filter-icon i {
|
2019-04-13 19:53:33 +02:00
|
|
|
padding-right: 3px;
|
2019-03-06 21:17:06 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.pm_left_col {
|
|
|
|
min-width: $left_col_size;
|
2019-03-03 16:53:15 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#stream_filters,
|
2019-03-03 16:06:30 +01:00
|
|
|
#global_filters {
|
|
|
|
font-size: 14px;
|
2020-03-20 11:04:15 +01:00
|
|
|
margin-right: 12px;
|
2019-03-03 16:06:30 +01:00
|
|
|
}
|
|
|
|
|
2019-08-29 01:41:23 +02:00
|
|
|
li.show-more-topics {
|
|
|
|
a {
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
2019-03-03 16:53:15 +01:00
|
|
|
}
|
|
|
|
|
2016-10-28 07:12:32 +02:00
|
|
|
#streams_inline_cog,
|
2020-06-26 09:24:23 +02:00
|
|
|
#streams_filter_icon {
|
2016-10-28 07:12:32 +02:00
|
|
|
float: right;
|
2017-11-16 01:02:55 +01:00
|
|
|
opacity: 0.50;
|
2016-10-28 07:12:32 +02:00
|
|
|
font-size: 13px;
|
|
|
|
margin-top: 3px;
|
2017-04-17 22:19:47 +02:00
|
|
|
margin-left: 10px;
|
2016-10-28 07:12:32 +02:00
|
|
|
|
2020-03-20 02:52:26 +01:00
|
|
|
&:hover {
|
|
|
|
opacity: 1;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
2017-04-17 22:19:47 +02:00
|
|
|
#streams_inline_cog {
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
2016-10-28 07:12:32 +02:00
|
|
|
.tooltip {
|
2019-08-04 14:57:32 +02:00
|
|
|
max-width: 18em;
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#stream_filters {
|
|
|
|
overflow: visible;
|
2019-05-11 19:44:27 +02:00
|
|
|
margin-bottom: 10px;
|
2020-03-20 11:04:15 +01:00
|
|
|
margin-right: 12px;
|
2016-10-28 07:12:32 +02:00
|
|
|
padding: 0;
|
|
|
|
font-weight: normal;
|
|
|
|
|
2020-03-20 02:00:33 +01:00
|
|
|
li {
|
|
|
|
a {
|
|
|
|
padding: 1px 0px;
|
|
|
|
}
|
2017-04-17 22:19:47 +02:00
|
|
|
|
2020-03-20 02:00:33 +01:00
|
|
|
ul {
|
|
|
|
margin-left: 0px;
|
2017-04-17 22:19:47 +02:00
|
|
|
|
2020-03-20 02:00:33 +01:00
|
|
|
&.topic-list li {
|
|
|
|
padding-top: 2px;
|
|
|
|
padding-right: 0px;
|
|
|
|
padding-bottom: 2px;
|
|
|
|
padding-left: $topic_indent;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2017-04-17 22:19:47 +02:00
|
|
|
|
2020-03-20 02:00:33 +01:00
|
|
|
.count {
|
|
|
|
margin-right: 15px;
|
|
|
|
}
|
2020-03-20 15:58:09 +01:00
|
|
|
|
2020-03-20 02:00:33 +01:00
|
|
|
.subscription_block {
|
|
|
|
padding: 0px;
|
|
|
|
margin-right: 25px;
|
|
|
|
margin-left: $far_left_gutter_size;
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
2020-03-20 15:58:09 +01:00
|
|
|
|
2020-03-20 02:00:33 +01:00
|
|
|
&::after {
|
|
|
|
content: "";
|
|
|
|
display: block;
|
|
|
|
clear: both;
|
|
|
|
}
|
2020-03-20 15:58:09 +01:00
|
|
|
|
2020-03-20 02:00:33 +01:00
|
|
|
.stream-name {
|
|
|
|
display: inline-block;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
|
|
padding-right: 2px;
|
|
|
|
}
|
2020-03-20 15:58:09 +01:00
|
|
|
|
2020-03-20 02:00:33 +01:00
|
|
|
&.stream-with-count {
|
|
|
|
margin-right: 15px;
|
|
|
|
}
|
|
|
|
}
|
2020-03-20 15:58:09 +01:00
|
|
|
|
2020-03-20 02:00:33 +01:00
|
|
|
.inactive_stream {
|
|
|
|
opacity: .5;
|
|
|
|
}
|
2020-03-20 15:58:09 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.narrows_panel {
|
|
|
|
margin-bottom: 4px;
|
|
|
|
li a {
|
|
|
|
margin-top: 1px;
|
|
|
|
&:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-02-13 14:05:58 +01:00
|
|
|
#private-container,
|
2016-10-28 07:12:32 +02:00
|
|
|
#stream-filters-container {
|
2017-04-05 14:18:35 +02:00
|
|
|
overflow-x: hidden;
|
2019-03-01 01:40:05 +01:00
|
|
|
overflow-y: auto;
|
2016-10-28 07:12:32 +02:00
|
|
|
position: relative;
|
2016-11-29 20:11:29 +01:00
|
|
|
z-index: 0;
|
2017-01-15 17:39:04 +01:00
|
|
|
width: 100%;
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
2019-02-13 14:05:58 +01:00
|
|
|
#private-container {
|
|
|
|
max-height: 200px;
|
|
|
|
}
|
|
|
|
|
2020-07-04 12:11:27 +02:00
|
|
|
:not(.active-sub-filter) {
|
|
|
|
&.top_left_row:hover,
|
|
|
|
&.bottom_left_row:hover,
|
|
|
|
&#stream_filters li.highlighted_stream {
|
|
|
|
background-color: hsla(120, 12.3%, 71.4%, 0.38);
|
|
|
|
border-radius: 4px;
|
|
|
|
}
|
2017-12-09 01:19:33 +01:00
|
|
|
}
|
|
|
|
|
2019-05-11 19:44:27 +02:00
|
|
|
#add-stream-link {
|
|
|
|
text-decoration: none;
|
|
|
|
margin-left: 10px;
|
2019-10-15 17:43:33 +02:00
|
|
|
margin-bottom: 18px;
|
2020-03-19 22:49:56 +01:00
|
|
|
i {
|
|
|
|
min-width: 19px;
|
|
|
|
text-align: center;
|
|
|
|
&::before {
|
|
|
|
padding-right: 3px;
|
|
|
|
}
|
|
|
|
}
|
2019-05-11 19:44:27 +02:00
|
|
|
}
|
|
|
|
|
2016-10-28 07:12:32 +02:00
|
|
|
ul.filters {
|
|
|
|
list-style-type: none;
|
|
|
|
margin-left: 0px;
|
|
|
|
|
2020-03-20 02:34:20 +01:00
|
|
|
a {
|
|
|
|
color: inherit;
|
|
|
|
}
|
2016-10-28 07:12:32 +02:00
|
|
|
|
2020-03-20 02:34:20 +01:00
|
|
|
hr {
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
2016-10-28 07:12:32 +02:00
|
|
|
|
2020-03-20 02:34:20 +01:00
|
|
|
li.muted_topic,
|
|
|
|
li.out_of_home_view {
|
|
|
|
opacity: 0.25;
|
|
|
|
}
|
2020-03-20 20:21:09 +01:00
|
|
|
|
2020-03-20 02:34:20 +01:00
|
|
|
li.out_of_home_view {
|
|
|
|
&:hover {
|
|
|
|
opacity: 0.6;
|
|
|
|
}
|
2020-03-20 20:21:09 +01:00
|
|
|
|
2020-03-20 02:34:20 +01:00
|
|
|
li.muted_topic {
|
|
|
|
/* If stream is muted, this resets opacity of muted topics in muted
|
|
|
|
stream to 1; since opacity is multiplied down through child
|
|
|
|
elements, this avoids an unreadable opacity of 0.25^2. */
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
}
|
2020-03-20 20:21:09 +01:00
|
|
|
}
|
|
|
|
|
2016-10-28 07:12:32 +02:00
|
|
|
li.active-filter,
|
|
|
|
li.active-sub-filter {
|
|
|
|
font-weight: 600 !important;
|
2018-10-08 22:31:26 +02:00
|
|
|
background-color: hsl(202, 56%, 91%);
|
2016-10-28 07:12:32 +02:00
|
|
|
position: relative;
|
2019-03-12 16:20:00 +01:00
|
|
|
border-radius: 4px;
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
2020-03-20 19:58:49 +01:00
|
|
|
#global_filters {
|
|
|
|
margin-bottom: 16px;
|
|
|
|
|
2020-03-20 02:08:36 +01:00
|
|
|
.filter-icon {
|
|
|
|
display: inline-block;
|
|
|
|
min-width: $left_col_size;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2016-10-28 07:12:32 +02:00
|
|
|
|
2020-03-20 02:08:36 +01:00
|
|
|
.count {
|
|
|
|
margin-right: 20px;
|
|
|
|
margin-top: 2px;
|
|
|
|
display: none;
|
|
|
|
}
|
2020-03-20 19:58:49 +01:00
|
|
|
|
2020-03-20 02:08:36 +01:00
|
|
|
i {
|
|
|
|
opacity: 0.7;
|
|
|
|
}
|
2020-03-20 19:58:49 +01:00
|
|
|
}
|
|
|
|
|
2019-03-12 15:08:28 +01:00
|
|
|
li.top_left_all_messages,
|
|
|
|
.private_messages_header,
|
|
|
|
li.top_left_mentions,
|
2020-06-26 09:24:23 +02:00
|
|
|
li.top_left_starred_messages,
|
|
|
|
li.top_left_recent_topics {
|
2016-10-28 07:12:32 +02:00
|
|
|
position: relative;
|
2019-03-03 17:30:02 +01:00
|
|
|
padding-top: 1px;
|
|
|
|
padding-bottom: 1px;
|
2020-06-26 09:24:23 +02:00
|
|
|
|
|
|
|
a {
|
|
|
|
display: block;
|
|
|
|
}
|
2019-03-12 15:08:28 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.top_left_row {
|
2019-03-06 21:17:06 +01:00
|
|
|
padding-left: $far_left_gutter_size;
|
2019-03-03 17:30:02 +01:00
|
|
|
padding-right: 10px;
|
2017-04-17 22:19:47 +02:00
|
|
|
}
|
|
|
|
|
2019-03-12 15:08:28 +01:00
|
|
|
.top_left_row,
|
2019-03-12 16:20:00 +01:00
|
|
|
.bottom_left_row,
|
|
|
|
.top_left_private_messages {
|
2017-11-30 23:25:05 +01:00
|
|
|
border-radius: 4px;
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
2019-02-12 04:12:20 +01:00
|
|
|
.conversation-partners {
|
2019-02-18 16:32:27 +01:00
|
|
|
line-height: 1.25;
|
2019-02-12 04:12:20 +01:00
|
|
|
}
|
|
|
|
|
2019-03-12 15:43:52 +01:00
|
|
|
.top_left_all_messages i.fa-home {
|
2017-04-26 20:37:44 +02:00
|
|
|
position: relative;
|
2019-04-11 12:46:04 +02:00
|
|
|
font-size: 15px;
|
2017-04-26 20:37:44 +02:00
|
|
|
}
|
|
|
|
|
2019-03-12 15:43:52 +01:00
|
|
|
.top_left_private_messages i.fa-envelope {
|
2019-04-13 16:40:53 +02:00
|
|
|
position: relative;
|
|
|
|
top: -1px;
|
2019-04-11 12:46:04 +02:00
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.top_left_mentions i.fa-at,
|
|
|
|
.top_left_starred_messages i.fa-star {
|
|
|
|
font-size: 13px;
|
2017-04-26 20:37:44 +02:00
|
|
|
}
|
|
|
|
|
2019-01-31 20:01:27 +01:00
|
|
|
/* We are mostly consistent in how we style
|
|
|
|
unread counts, except for starred messages.
|
|
|
|
This is the common section.
|
|
|
|
*/
|
|
|
|
.top_left_all_messages .count,
|
|
|
|
.top_left_private_messages .count,
|
|
|
|
.top_left_starred_messages .count,
|
|
|
|
.top_left_mentions .count,
|
2018-06-05 01:37:05 +02:00
|
|
|
#stream_filters .count,
|
|
|
|
.topic-unread-count,
|
|
|
|
.private_message_count {
|
2017-04-17 22:19:47 +02:00
|
|
|
float: right;
|
2018-06-05 01:37:05 +02:00
|
|
|
padding: 0 4px;
|
|
|
|
height: 16px;
|
|
|
|
line-height: 16px;
|
2016-10-28 07:12:32 +02:00
|
|
|
font-size: 12px;
|
|
|
|
font-weight: normal;
|
|
|
|
letter-spacing: 0.6px;
|
2017-04-17 22:19:47 +02:00
|
|
|
border-radius: 4px;
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
2019-01-31 20:01:27 +01:00
|
|
|
/* Starred messaged counts aren't really unread
|
|
|
|
counts, so we style them differently.
|
|
|
|
*/
|
2019-02-05 23:22:52 +01:00
|
|
|
.top_left_starred_messages .count {
|
2019-01-31 20:01:27 +01:00
|
|
|
background-color: transparent;
|
|
|
|
color: inherit;
|
2019-02-12 21:12:04 +01:00
|
|
|
padding: 2px 1px 0px 3px;
|
2019-02-05 23:22:52 +01:00
|
|
|
border-color: hsl(105, 2%, 50%);
|
2019-01-31 20:01:27 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
/* These are true "unread" counts. */
|
|
|
|
.top_left_all_messages .count,
|
|
|
|
.top_left_private_messages .count,
|
|
|
|
.top_left_mentions .count,
|
|
|
|
#stream_filters .count,
|
|
|
|
.topic-unread-count,
|
|
|
|
.private_message_count {
|
|
|
|
background-color: hsl(105, 2%, 50%);
|
|
|
|
color: hsl(0, 0%, 100%);
|
|
|
|
}
|
|
|
|
|
2017-07-20 04:46:01 +02:00
|
|
|
.topic-box {
|
|
|
|
padding-left: 5px;
|
2018-01-29 06:16:21 +01:00
|
|
|
margin-right: 30px;
|
2017-07-20 04:46:01 +02:00
|
|
|
}
|
|
|
|
|
2018-01-29 06:16:21 +01:00
|
|
|
.conversation-partners,
|
2016-11-05 20:23:40 +01:00
|
|
|
.topic-name {
|
|
|
|
display: block;
|
2017-11-01 20:15:38 +01:00
|
|
|
width: calc(100% - 5px);
|
2016-11-05 20:23:40 +01:00
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
2018-05-24 19:50:14 +02:00
|
|
|
padding-right: 2px;
|
2016-11-05 20:23:40 +01:00
|
|
|
}
|
|
|
|
|
2018-04-20 20:28:18 +02:00
|
|
|
.topic-name {
|
|
|
|
/* TODO: We should figure out how to remove this without changing the spacing */
|
|
|
|
line-height: 1.1;
|
|
|
|
}
|
|
|
|
|
2019-03-01 21:06:53 +01:00
|
|
|
/*
|
|
|
|
All of our left sidebar handlers use absolute
|
|
|
|
positioning. We should fix that.
|
|
|
|
*/
|
2020-04-16 16:15:39 +02:00
|
|
|
.all-messages-sidebar-menu-icon,
|
|
|
|
.stream-sidebar-menu-icon,
|
|
|
|
.starred-messages-sidebar-menu-icon,
|
|
|
|
.topic-sidebar-menu-icon {
|
2016-10-28 07:12:32 +02:00
|
|
|
position: absolute;
|
|
|
|
display: none;
|
2020-03-26 20:38:50 +01:00
|
|
|
right: 10px;
|
2016-10-28 07:12:32 +02:00
|
|
|
|
2020-03-20 02:28:13 +01:00
|
|
|
i {
|
|
|
|
padding-right: 0.25em;
|
|
|
|
display: inline-block;
|
|
|
|
width: 13px;
|
2020-06-06 01:27:23 +02:00
|
|
|
vertical-align: middle;
|
2020-03-20 02:28:13 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
2020-06-16 07:10:28 +02:00
|
|
|
If you hover directly over the ellipsis itself,
|
2020-03-20 02:28:13 +01:00
|
|
|
show it in black.
|
|
|
|
*/
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
color: hsl(0, 0%, 0%) !important;
|
|
|
|
}
|
2020-03-20 20:09:10 +01:00
|
|
|
}
|
|
|
|
|
2019-03-01 21:06:53 +01:00
|
|
|
/*
|
2020-06-06 01:27:23 +02:00
|
|
|
The All Messages and Stream ellipsis-v(vertical 3 dots) are
|
2019-03-01 21:06:53 +01:00
|
|
|
pretty similar.
|
|
|
|
*/
|
2020-04-16 16:15:39 +02:00
|
|
|
.all-messages-sidebar-menu-icon,
|
|
|
|
.starred-messages-sidebar-menu-icon,
|
|
|
|
.stream-sidebar-menu-icon {
|
2020-06-06 01:27:23 +02:00
|
|
|
top: 1px;
|
|
|
|
right: 0px;
|
|
|
|
font-size: 1.0em;
|
|
|
|
text-align: center;
|
|
|
|
padding: 0px 6px 0px 6px;
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
2019-03-01 21:06:53 +01:00
|
|
|
/*
|
2020-06-06 01:27:23 +02:00
|
|
|
For topic ellipsis-v(vertical 3 dots) we use a slightly smaller
|
2019-03-01 21:06:53 +01:00
|
|
|
font to show they're "lower" in the hierarchy,
|
|
|
|
which also affects it positioning.
|
|
|
|
*/
|
2020-04-16 16:15:39 +02:00
|
|
|
.topic-sidebar-menu-icon {
|
2020-06-06 01:27:23 +02:00
|
|
|
top: 0px;
|
|
|
|
right: 0px;
|
|
|
|
font-size: 0.9em;
|
|
|
|
text-align: center;
|
|
|
|
padding: 1px 6px 0px 6px;
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
2019-03-01 21:06:53 +01:00
|
|
|
/*
|
|
|
|
When you hover over list items, we hover
|
2020-06-06 01:27:23 +02:00
|
|
|
the relevant ellipsis-v(vertical 3 dots) in light gray.
|
2019-03-01 21:06:53 +01:00
|
|
|
*/
|
2020-04-16 16:15:39 +02:00
|
|
|
li.top_left_all_messages:hover .all-messages-sidebar-menu-icon,
|
|
|
|
li.top_left_starred_messages:hover .starred-messages-sidebar-menu-icon,
|
|
|
|
#stream_filters li:hover .stream-sidebar-menu-icon,
|
|
|
|
li.topic-list-item:hover .topic-sidebar-menu-icon {
|
2019-03-01 21:06:53 +01:00
|
|
|
display: inline;
|
2016-10-28 07:12:32 +02:00
|
|
|
cursor: pointer;
|
2017-06-21 08:59:05 +02:00
|
|
|
color: hsl(0, 0%, 53%);
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
2016-11-05 19:34:47 +01:00
|
|
|
ul.topic-list {
|
2016-10-28 07:12:32 +02:00
|
|
|
list-style-type: none;
|
|
|
|
font-weight: normal;
|
2017-04-17 22:19:47 +02:00
|
|
|
}
|
|
|
|
|
2016-10-28 07:12:32 +02:00
|
|
|
ul.expanded_private_messages {
|
|
|
|
list-style-type: none;
|
|
|
|
font-weight: 300;
|
2019-03-03 16:06:30 +01:00
|
|
|
font-size: 13px;
|
2017-04-17 22:19:47 +02:00
|
|
|
font-weight: 400;
|
2016-10-28 07:12:32 +02:00
|
|
|
margin-left: 0px;
|
|
|
|
padding-bottom: 2px;
|
2017-04-17 22:19:47 +02:00
|
|
|
margin-top: 3px;
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
2016-11-05 19:38:23 +01:00
|
|
|
li.topic-list-item {
|
2016-10-28 07:12:32 +02:00
|
|
|
position: relative;
|
2017-04-18 20:05:48 +02:00
|
|
|
padding-right: 5px;
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
li.expanded_private_message {
|
|
|
|
position: relative;
|
2019-02-18 16:32:27 +01:00
|
|
|
padding-top: 1px;
|
|
|
|
padding-bottom: 1px;
|
2016-10-28 07:12:32 +02:00
|
|
|
|
2020-03-20 02:38:12 +01:00
|
|
|
a {
|
|
|
|
margin: 1px 0px;
|
|
|
|
}
|
2017-04-17 22:19:47 +02:00
|
|
|
}
|
|
|
|
|
2020-03-20 02:30:11 +01:00
|
|
|
.show-all-streams {
|
|
|
|
a {
|
|
|
|
color: hsl(0, 0%, 20%);
|
|
|
|
}
|
2016-10-28 07:12:32 +02:00
|
|
|
|
2020-03-20 02:30:11 +01:00
|
|
|
.fa-chevron-left {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2020-03-20 20:15:42 +01:00
|
|
|
}
|
|
|
|
|
2016-11-05 20:13:36 +01:00
|
|
|
.pm-box,
|
|
|
|
.topic-box {
|
2018-01-29 06:16:21 +01:00
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
2018-05-24 19:50:14 +02:00
|
|
|
padding-top: 1px;
|
2017-05-13 22:23:39 +02:00
|
|
|
cursor: pointer;
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
2017-04-17 22:19:47 +02:00
|
|
|
.pm-box {
|
2018-01-29 06:16:21 +01:00
|
|
|
margin-right: 20px;
|
|
|
|
align-items: center;
|
2017-04-17 22:19:47 +02:00
|
|
|
|
2020-03-20 02:53:55 +01:00
|
|
|
.user_circle {
|
|
|
|
min-width: 8px;
|
|
|
|
height: 8px;
|
|
|
|
margin-top: 0px;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
margin-left: 2px;
|
|
|
|
position: relative;
|
|
|
|
top: 0px;
|
|
|
|
}
|
2019-02-18 16:32:27 +01:00
|
|
|
}
|
|
|
|
|
2019-03-01 17:45:10 +01:00
|
|
|
.zero-pm-unreads .pm-box,
|
2019-08-29 01:41:23 +02:00
|
|
|
.zero-topic-unreads .more-topics-box,
|
2018-12-22 19:31:02 +01:00
|
|
|
.zero-topic-unreads .topic-box {
|
2016-10-28 07:12:32 +02:00
|
|
|
margin-right: 15px;
|
|
|
|
}
|
|
|
|
|
2020-03-19 20:16:59 +01:00
|
|
|
.zoom-out {
|
|
|
|
#topics_header {
|
|
|
|
display: none;
|
|
|
|
}
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
2017-07-07 23:59:18 +02:00
|
|
|
#topics_header {
|
2016-10-28 07:12:32 +02:00
|
|
|
margin-right: 10px;
|
2017-09-26 20:36:37 +02:00
|
|
|
color: hsl(0, 0%, 43%);
|
2020-03-19 20:16:59 +01:00
|
|
|
a {
|
|
|
|
color: inherit;
|
|
|
|
text-decoration: none;
|
|
|
|
text-transform: uppercase;
|
|
|
|
i {
|
|
|
|
margin: 0 5px 0 10px;
|
|
|
|
position: relative;
|
|
|
|
top: 1px;
|
|
|
|
}
|
|
|
|
}
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#streams_header {
|
|
|
|
margin-right: 0px;
|
2019-03-06 21:17:06 +01:00
|
|
|
padding-left: $far_left_gutter_size;
|
2018-01-04 18:14:27 +01:00
|
|
|
cursor: pointer;
|
2020-03-20 02:57:05 +01:00
|
|
|
margin-top: 3px;
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.zero_count {
|
2018-01-29 06:16:21 +01:00
|
|
|
visibility: hidden;
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
2017-09-27 00:48:17 +02:00
|
|
|
.searching-for-more-topics img {
|
|
|
|
height: 16px;
|
|
|
|
margin-left: 6px;
|
2017-09-22 00:12:55 +02:00
|
|
|
}
|
|
|
|
|
2020-03-20 00:05:50 +01:00
|
|
|
.zoom-in {
|
|
|
|
.show-more-topics {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.zoom-in-hide {
|
|
|
|
display: none;
|
|
|
|
}
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
2017-03-29 22:15:21 +02:00
|
|
|
|
2019-06-19 20:45:49 +02:00
|
|
|
li.top_left_all_messages a,
|
|
|
|
li.top_left_private_messages a,
|
|
|
|
li.top_left_mentions a,
|
|
|
|
li.top_left_starred_messages a {
|
|
|
|
display: block;
|
|
|
|
}
|