2017-04-17 22:19:47 +02:00
|
|
|
#left-sidebar {
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
2017-05-08 22:26:09 +02:00
|
|
|
|
|
|
|
font-size: 0.89rem;
|
2017-04-17 22:19:47 +02:00
|
|
|
}
|
|
|
|
|
2016-10-28 07:12:32 +02:00
|
|
|
#left-sidebar .brand {
|
|
|
|
display: table-row;
|
|
|
|
}
|
|
|
|
|
|
|
|
#left-sidebar #user-list,
|
|
|
|
#left-sidebar #group-pm-list {
|
|
|
|
padding-left: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#streams_inline_cog,
|
2017-01-12 00:03:20 +01:00
|
|
|
#streams_filter_icon,
|
|
|
|
#join_unsub_stream {
|
2016-10-28 07:12:32 +02:00
|
|
|
float: right;
|
2017-06-21 08:59:05 +02:00
|
|
|
color: hsl(0, 0%, 80%);
|
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
|
|
|
}
|
|
|
|
|
|
|
|
#streams_inline_cog:hover,
|
2017-04-17 22:19:47 +02:00
|
|
|
#streams_filter_icon:hover,
|
|
|
|
#join_unsub_stream:hover {
|
2017-06-21 08:59:05 +02:00
|
|
|
color: hsl(0, 0%, 33%);
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
2017-04-17 22:19:47 +02:00
|
|
|
#streams_header #join_unsub_stream {
|
2017-01-12 00:03:20 +01:00
|
|
|
margin-top: 1px;
|
|
|
|
}
|
|
|
|
|
2017-04-17 22:19:47 +02:00
|
|
|
#streams_inline_cog {
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hashtag:empty:after {
|
|
|
|
content: "#";
|
|
|
|
font-size: 1.3rem;
|
|
|
|
font-weight: 800;
|
2017-04-26 20:37:44 +02:00
|
|
|
line-height: 0;
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.tooltip {
|
|
|
|
max-width: 10em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#stream_filters {
|
|
|
|
overflow: visible;
|
|
|
|
margin: 2px 0px 2px 0px;
|
|
|
|
padding: 0;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
2017-04-17 22:19:47 +02:00
|
|
|
#stream_filters li {
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#stream_filters li ul {
|
|
|
|
margin-left: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#stream_filters li ul.topic-list li {
|
|
|
|
padding-left: 29px;
|
|
|
|
}
|
|
|
|
|
2016-10-28 07:12:32 +02:00
|
|
|
#stream-filters-container {
|
2017-04-05 14:18:35 +02:00
|
|
|
overflow-x: hidden;
|
2016-10-28 07:12:32 +02:00
|
|
|
overflow-y: hidden;
|
|
|
|
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
|
|
|
}
|
|
|
|
|
|
|
|
#stream-filters-container .ps-scrollbar-y-rail {
|
|
|
|
right: 0px !important;
|
|
|
|
width: 4px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#stream-filters-container .ps-scrollbar-y {
|
|
|
|
width: 4px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stream-list-filter {
|
|
|
|
margin-left: 1ex;
|
|
|
|
}
|
|
|
|
|
|
|
|
#global_filters li:hover,
|
|
|
|
#stream_filters li:hover {
|
2017-06-21 08:59:05 +02:00
|
|
|
background-color: hsl(93, 19%, 88%);
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#stream_filters li.active-sub-filter:hover {
|
2017-06-21 08:59:05 +02:00
|
|
|
background-color: hsl(120, 11%, 82%);
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
ul.filters {
|
|
|
|
list-style-type: none;
|
|
|
|
margin-left: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.filters a {
|
2017-06-21 08:59:05 +02:00
|
|
|
color: hsl(0, 0%, 20%);
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
ul.filters hr {
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
li.active-filter,
|
|
|
|
li.active-sub-filter {
|
|
|
|
font-weight: 600 !important;
|
2017-06-21 08:59:05 +02:00
|
|
|
background: hsl(202, 56%, 91%);
|
2016-10-28 07:12:32 +02:00
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2017-04-17 22:19:47 +02:00
|
|
|
.left-sidebar .sidebar-title a {
|
|
|
|
color: inherit;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2017-05-13 23:41:35 +02:00
|
|
|
.left-sidebar .sidebar-title:hover {
|
2017-06-21 08:59:05 +02:00
|
|
|
color: hsl(0, 0%, 33%);
|
2017-05-13 23:41:35 +02:00
|
|
|
}
|
|
|
|
|
2016-10-28 07:12:32 +02:00
|
|
|
li.hidden-filter {
|
|
|
|
visibility: hidden;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2017-05-08 22:26:09 +02:00
|
|
|
#left-sidebar .filter-icon {
|
2016-10-28 07:12:32 +02:00
|
|
|
display: inline-block;
|
|
|
|
width: 18px;
|
|
|
|
text-align: center;
|
2017-05-08 22:26:09 +02:00
|
|
|
margin-right: 3px;
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.stream-pin-icon {
|
|
|
|
margin-right: 4px !important;
|
|
|
|
margin-left: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#global_filters .global-filter {
|
|
|
|
position: relative;
|
2017-04-17 22:19:47 +02:00
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.left-sidebar li {
|
|
|
|
padding-top: 2px;
|
|
|
|
padding-bottom: 2px;
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#global_filters .global-filter i {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
2017-04-27 20:35:47 +02:00
|
|
|
#global_filters .global-filter a {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2017-04-26 20:37:44 +02:00
|
|
|
#global_filters .global-filter i.icon-vector-home {
|
|
|
|
position: relative;
|
|
|
|
top: 1px;
|
2017-04-27 20:18:06 +02:00
|
|
|
left: -1px;
|
2017-04-26 20:37:44 +02:00
|
|
|
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#global_filters .global-filter i.icon-vector-envelope {
|
|
|
|
font-size: 13px;
|
|
|
|
}
|
|
|
|
|
2016-10-28 07:12:32 +02:00
|
|
|
#global_filters .count,
|
|
|
|
#stream_filters .count {
|
2017-04-17 22:19:47 +02:00
|
|
|
float: right;
|
|
|
|
margin-top: 3px;
|
2017-04-26 20:37:44 +02:00
|
|
|
line-height: 12px;
|
2017-06-21 08:59:05 +02:00
|
|
|
background: hsl(105, 2%, 50%);
|
2017-04-17 22:19:47 +02:00
|
|
|
padding: 2px 4px 1px 4px;
|
2016-10-28 07:12:32 +02:00
|
|
|
border-radius: 0px;
|
|
|
|
color: #ffffff;
|
|
|
|
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
|
|
|
}
|
|
|
|
|
|
|
|
#global_filters .count {
|
2017-04-17 22:19:47 +02:00
|
|
|
margin-right: 15px;
|
2017-05-10 04:17:33 +02:00
|
|
|
margin-top: 2px;
|
2016-10-28 07:12:32 +02:00
|
|
|
display: none;
|
2017-05-10 04:17:33 +02:00
|
|
|
|
|
|
|
line-height: 13px;
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
2017-04-17 22:19:47 +02:00
|
|
|
#stream_filters .count {
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
2016-11-05 20:23:40 +01:00
|
|
|
.topic-name {
|
|
|
|
display: block;
|
|
|
|
line-height: 1.3em;
|
|
|
|
width: 100%;
|
2017-04-26 02:48:10 +02:00
|
|
|
max-width: 158px;
|
2016-11-05 20:23:40 +01:00
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
|
2016-11-12 01:17:17 +01:00
|
|
|
.topic-unread-count,
|
|
|
|
.private_message_count {
|
2016-10-28 07:12:32 +02:00
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
line-height: 1em;
|
2017-04-17 22:19:47 +02:00
|
|
|
top: 4px;
|
|
|
|
padding: 2px 4px 1px 4px;
|
2017-06-21 08:59:05 +02:00
|
|
|
background: hsl(107, 5%, 66%);
|
2016-10-28 07:12:32 +02:00
|
|
|
color: #ffffff;
|
|
|
|
border-radius: 1px;
|
|
|
|
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
|
|
|
}
|
|
|
|
|
2016-11-12 01:17:17 +01:00
|
|
|
.topic-unread-count {
|
2017-04-18 20:05:48 +02:00
|
|
|
right: 25px;
|
2017-04-17 22:19:47 +02:00
|
|
|
top: 2px;
|
2016-11-12 01:17:17 +01:00
|
|
|
}
|
|
|
|
|
2016-10-28 07:12:32 +02:00
|
|
|
.private_message_count {
|
2017-04-17 22:19:47 +02:00
|
|
|
right: 15px;
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
ul.filters i {
|
|
|
|
padding-right: 0.25em;
|
|
|
|
/* Make filter icons the same width so labels line up. */
|
|
|
|
display: inline-block;
|
|
|
|
width: 13px;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.filters .arrow {
|
|
|
|
position: absolute;
|
2017-04-17 22:19:47 +02:00
|
|
|
right: 2px;
|
2016-10-28 07:12:32 +02:00
|
|
|
top: 2px;
|
2017-04-18 20:05:48 +02:00
|
|
|
right: 4px;
|
2016-10-28 07:12:32 +02:00
|
|
|
font-size: 0.8em;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.filters li:hover .arrow {
|
|
|
|
display: inline;
|
|
|
|
cursor: pointer;
|
2017-06-21 08:59:05 +02:00
|
|
|
color: hsl(0, 0%, 53%);
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
ul.filters li .arrow:hover {
|
|
|
|
display: inline;
|
|
|
|
cursor: pointer;
|
2017-06-21 08:59:05 +02:00
|
|
|
color: hsl(0, 0%, 0%);
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
ul.filters .topic-sidebar-arrow {
|
|
|
|
font-size: 0.7em;
|
|
|
|
top: 1px;
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
2016-11-05 19:46:55 +01:00
|
|
|
li.topic-list-item:hover .topic-sidebar-arrow {
|
2016-10-28 07:12:32 +02:00
|
|
|
display: inline !important;
|
|
|
|
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:46:55 +01:00
|
|
|
li.topic-list-item .topic-sidebar-arrow:hover {
|
2016-10-28 07:12:32 +02:00
|
|
|
display: inline;
|
|
|
|
cursor: pointer;
|
2017-06-21 08:59:05 +02:00
|
|
|
color: hsl(0, 0%, 0%);
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
ul.filters li.muted_topic,
|
|
|
|
ul.filters li.out_of_home_view {
|
|
|
|
opacity: 0.25;
|
|
|
|
}
|
|
|
|
|
2016-12-01 01:55:44 +01:00
|
|
|
ul.filters li.out_of_home_view:hover {
|
|
|
|
opacity: 0.6;
|
|
|
|
}
|
|
|
|
|
2016-10-28 07:12:32 +02:00
|
|
|
ul.filters li.out_of_home_view 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;
|
|
|
|
}
|
|
|
|
|
|
|
|
#stream_filters .subscription_block {
|
2017-05-10 08:13:58 +02:00
|
|
|
padding: 1px 0px;
|
2017-04-17 22:19:47 +02:00
|
|
|
margin-right: 18px;
|
|
|
|
margin-left: 10px;
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
2017-04-26 20:37:44 +02:00
|
|
|
#stream_filters .subscription_block::after {
|
|
|
|
content: "";
|
|
|
|
display: block;
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
2016-12-06 09:20:32 +01:00
|
|
|
#stream_filters .subscription_block .stream-name {
|
2017-03-18 05:59:00 +01:00
|
|
|
overflow-wrap: break-word;
|
2016-12-06 09:20:32 +01:00
|
|
|
}
|
|
|
|
|
2016-10-28 07:12:32 +02:00
|
|
|
#stream_filters .subscription_block.stream-with-count {
|
2017-04-17 22:19:47 +02:00
|
|
|
margin-right: 15px;
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
2017-04-17 22:19:47 +02:00
|
|
|
.stream-privacy {
|
|
|
|
font-size: 15px;
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
2017-04-17 22:19:47 +02:00
|
|
|
.stream-privacy .icon-vector-lock {
|
|
|
|
display: inline-block;
|
|
|
|
width: 9px;
|
|
|
|
margin-right: 2px;
|
|
|
|
margin-left: 1px;
|
|
|
|
position: relative;
|
|
|
|
top: 1px;
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
2017-04-17 22:19:47 +02:00
|
|
|
.stream-privacy .hashtag {
|
|
|
|
position: relative;
|
|
|
|
top: 2px;
|
|
|
|
margin-right: 5px;
|
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
|
|
|
}
|
|
|
|
|
|
|
|
#streams_header a {
|
|
|
|
text-decoration: none;
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
ul.expanded_private_messages {
|
|
|
|
list-style-type: none;
|
|
|
|
font-weight: 300;
|
2017-04-17 22:19:47 +02:00
|
|
|
font-size: 0.9em;
|
|
|
|
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
|
|
|
}
|
|
|
|
|
|
|
|
li.show-more-topics,
|
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.show-more-private-messages,
|
|
|
|
li.expanded_private_message {
|
|
|
|
position: relative;
|
|
|
|
padding-left: 24px;
|
|
|
|
padding-bottom: 1px;
|
|
|
|
padding-top: 2px;
|
|
|
|
}
|
|
|
|
|
2017-04-17 22:19:47 +02:00
|
|
|
li.expanded_private_message a {
|
|
|
|
margin-top: 3px;
|
|
|
|
}
|
|
|
|
|
2016-10-28 07:12:32 +02:00
|
|
|
.show-all-streams a {
|
2017-06-21 08:59:05 +02:00
|
|
|
color: hsl(0, 0%, 20%);
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.all-streams-padding {
|
|
|
|
padding-top: 5px;
|
|
|
|
margin-bottom: -5px;
|
|
|
|
}
|
|
|
|
|
2016-11-05 20:13:36 +01:00
|
|
|
.pm-box,
|
|
|
|
.topic-box {
|
2016-10-28 07:12:32 +02:00
|
|
|
display: block;
|
|
|
|
margin-right: 38px;
|
2017-05-13 22:23:39 +02:00
|
|
|
padding-top: 1px;
|
|
|
|
cursor: pointer;
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
2017-04-17 22:19:47 +02:00
|
|
|
.pm-box {
|
|
|
|
line-height: 1;
|
|
|
|
}
|
|
|
|
|
2016-11-05 20:13:36 +01:00
|
|
|
.zero-subject-unreads .pm-box,
|
|
|
|
.zero-subject-unreads .topic-box {
|
2016-10-28 07:12:32 +02:00
|
|
|
margin-right: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.zoom-out #topics_header {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#global_filters {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#topics_header,
|
|
|
|
#sharethelove-header {
|
2017-06-21 08:59:05 +02:00
|
|
|
border-top: 1px solid hsl(0, 0%, 88%);
|
2016-10-28 07:12:32 +02:00
|
|
|
margin-top: 5px;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#streams_header {
|
|
|
|
margin-right: 0px;
|
|
|
|
padding-left: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#stream_filters .inactive_stream {
|
|
|
|
opacity: .5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.zero_count {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#share-the-love {
|
|
|
|
margin-left: 0px;
|
|
|
|
margin-right: 0px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
line-height: 18px;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#share-the-love-contents {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#share-the-love-expand-collapse {
|
|
|
|
position: relative;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
#share-the-love-expand-collapse h4 {
|
|
|
|
padding-left: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#share-the-love-expand-collapse .toggle {
|
|
|
|
position: absolute;
|
|
|
|
left: 0px;
|
|
|
|
top: 50%;
|
|
|
|
margin-top: -8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#share-the-love input,
|
|
|
|
#share-the-love p {
|
|
|
|
margin-top: 5px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#referral-form label {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#share-the-love .icon-vector-heart {
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
|
|
|
#share-the-love .still-have-invites {
|
|
|
|
clear: both;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#share-the-love .no-more-invites {
|
|
|
|
clear: both;
|
|
|
|
display: none;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#share-the-love .invite-count-area {
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#share-the-love .alert {
|
|
|
|
margin-top: 0.5em;
|
|
|
|
margin-bottom: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#referral-form {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tell-a-friend-success {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
li.show-more-topics a {
|
|
|
|
font-size: 75%;
|
|
|
|
}
|
|
|
|
|
|
|
|
li.show-more-private-messages a {
|
2017-03-14 16:18:40 +01:00
|
|
|
font-size: 90%;
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.zoom-in .show-more-topics {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2016-12-17 01:14:07 +01:00
|
|
|
.zoomed-in .show-more-private-messages {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.zoomed-out .zoom-out-hide {
|
2016-10-28 07:12:32 +02:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.zoom-out .zoom-out-hide {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.zoom-in .zoom-in-hide {
|
|
|
|
display: none;
|
|
|
|
}
|
2017-03-29 22:15:21 +02:00
|
|
|
|
|
|
|
.show-all-streams .icon-vector-chevron-left {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|