2016-10-26 06:13:39 +02:00
|
|
|
#subs_page_loading_indicator {
|
|
|
|
margin: 10px auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subscriber_list_loading_indicator {
|
|
|
|
margin: 10px auto;
|
|
|
|
}
|
|
|
|
|
2017-08-23 18:55:56 +02:00
|
|
|
.subscriber_list_loading_indicator:empty {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2016-10-26 06:13:39 +02:00
|
|
|
.subscription-email-hint-image {
|
|
|
|
float: right;
|
|
|
|
width: 80px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subscription_header.collapsed {
|
|
|
|
background-color: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
.color_swatch {
|
|
|
|
display: inline-block;
|
|
|
|
height: 18px;
|
|
|
|
width: 18px;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0 0 0 10px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2016-12-06 08:39:46 +01:00
|
|
|
.subscriptions div #response {
|
|
|
|
overflow-wrap: break-word;
|
|
|
|
}
|
|
|
|
|
2016-10-26 06:13:39 +02:00
|
|
|
#subscriptions_table .subscription_block {
|
|
|
|
padding-left: 0.5em;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subscription-info-container {
|
|
|
|
display: inline-block;
|
|
|
|
/* subtract out the width of the subscribe button and arrow. */
|
|
|
|
width: calc(100% - 260px);
|
|
|
|
/* to center the container vertically. */
|
|
|
|
margin-top: 13px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subscription-setting-icon {
|
|
|
|
vertical-align: top;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subscription-info {
|
|
|
|
display: inline-block;
|
|
|
|
/* to provide space for the setting-icon. */
|
|
|
|
max-width: calc(100% - 31px);
|
|
|
|
margin-top: 1px;
|
|
|
|
overflow: hidden;
|
|
|
|
word-wrap: normal;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subscription-info .light {
|
|
|
|
font-weight: 300;
|
|
|
|
}
|
|
|
|
|
|
|
|
#add_new_subscription {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subscription_header {
|
|
|
|
min-height: 47px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subscription-name-row {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subscription-name-row,
|
|
|
|
.subscription-description-row {
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subscription_header .subscription_lock {
|
|
|
|
font-size: 23px;
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
margin-left: 12px;
|
|
|
|
margin-right: 1px;
|
|
|
|
}
|
|
|
|
|
2016-10-28 02:44:40 +02:00
|
|
|
.subscription_settings .btn {
|
|
|
|
border-radius: 2px;
|
2016-10-26 06:13:39 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.subscription_settings ul {
|
|
|
|
list-style-type: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stream-email {
|
|
|
|
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
|
2016-10-28 02:44:40 +02:00
|
|
|
padding: 5px;
|
|
|
|
font-size: 0.9em;
|
2018-10-12 07:22:46 +02:00
|
|
|
background-color: hsl(0, 0%, 98%);
|
|
|
|
border: 1px solid hsl(0, 0%, 87%);
|
2016-10-28 02:44:40 +02:00
|
|
|
border-radius: 4px;
|
2016-10-26 06:13:39 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.subscription-control-label {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
line-height: 18px;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sp-preview {
|
|
|
|
width: 20px;
|
|
|
|
border: none;
|
2017-06-21 09:10:22 +02:00
|
|
|
box-shadow: 0px 0px 1px hsla(0, 0%, 0%, 1.0);
|
2016-10-26 06:13:39 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.sp-replacer {
|
|
|
|
margin-right: 12px;
|
|
|
|
border: none;
|
2017-06-21 09:10:22 +02:00
|
|
|
box-shadow: 0px 0px 2px hsla(0, 0%, 0%, 0.8);
|
2016-10-26 06:13:39 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.stream-email .email-address {
|
|
|
|
display: block;
|
|
|
|
margin: auto;
|
|
|
|
white-space: pre-wrap;
|
|
|
|
word-wrap: break-word;
|
|
|
|
word-break: break-all;
|
|
|
|
white-space: normal;
|
|
|
|
}
|
|
|
|
|
2019-04-26 15:14:53 +02:00
|
|
|
.muted-sub,
|
|
|
|
.control-label-disabled {
|
2017-06-21 09:10:22 +02:00
|
|
|
color: hsl(0, 0%, 64%);
|
2016-10-26 06:13:39 +02:00
|
|
|
}
|
|
|
|
|
2019-06-24 10:16:02 +02:00
|
|
|
.sub_setting_checkbox .muted-sub label,
|
|
|
|
.sub_setting_checkbox .control-label-disabled label {
|
|
|
|
cursor: not-allowed;
|
|
|
|
}
|
|
|
|
|
2016-10-26 06:13:39 +02:00
|
|
|
.mute-note {
|
|
|
|
font-size: 90%;
|
2018-02-08 05:10:34 +01:00
|
|
|
opacity: 0.5;
|
2016-10-26 06:13:39 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.hide-mute-note {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sub_setting_control {
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.preview-stream {
|
|
|
|
display: none;
|
|
|
|
float: right;
|
|
|
|
padding: 3px 10px;
|
2017-06-21 09:10:22 +02:00
|
|
|
border: 1px solid hsl(0, 0%, 80%);
|
2016-10-26 06:13:39 +02:00
|
|
|
margin: 9px 10px 0px 0px;
|
2017-06-21 09:10:22 +02:00
|
|
|
color: hsl(0, 0%, 20%);
|
2016-10-26 06:13:39 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.preview-stream:hover {
|
2017-06-21 09:10:22 +02:00
|
|
|
color: hsl(0, 0%, 20%);
|
2016-10-26 06:13:39 +02:00
|
|
|
text-decoration: none;
|
2017-06-21 09:10:22 +02:00
|
|
|
background-color: hsl(0, 0%, 92%);
|
|
|
|
border: 1px solid hsl(0, 0%, 68%);
|
2016-10-26 06:13:39 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
form#add_new_subscription {
|
2016-11-01 22:32:10 +01:00
|
|
|
margin: 0;
|
2016-10-26 06:13:39 +02:00
|
|
|
}
|
|
|
|
|
2017-09-29 19:17:03 +02:00
|
|
|
.create_stream_button {
|
2016-11-01 22:32:10 +01:00
|
|
|
margin: 0px 0px 0px 5px;
|
|
|
|
|
|
|
|
border: none;
|
|
|
|
outline: none;
|
|
|
|
background-color: transparent;
|
|
|
|
|
|
|
|
font-size: 2.2em;
|
|
|
|
font-weight: 300;
|
|
|
|
line-height: 1;
|
2018-10-12 07:22:46 +02:00
|
|
|
color: hsl(0, 0%, 67%);
|
2016-11-01 22:32:10 +01:00
|
|
|
|
|
|
|
display: inline-block;
|
|
|
|
transition: all 0.2s ease;
|
|
|
|
padding-bottom: 0px;
|
|
|
|
padding-top: 0px;
|
|
|
|
|
2019-07-20 10:24:59 +02:00
|
|
|
&:hover {
|
|
|
|
color: hsl(0, 0%, 27%);
|
|
|
|
}
|
2016-11-01 22:32:10 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#create_stream_description {
|
|
|
|
width: calc(100% - 15px);
|
2016-10-26 06:13:39 +02:00
|
|
|
}
|
|
|
|
|
2018-01-21 09:34:50 +01:00
|
|
|
.stream_creation_error {
|
2016-10-26 06:13:39 +02:00
|
|
|
display: none;
|
|
|
|
margin-left: 2px;
|
2017-06-21 09:10:22 +02:00
|
|
|
color: hsl(0, 100%, 50%);
|
2016-10-26 06:13:39 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.sub_settings_title {
|
|
|
|
line-height: 30px;
|
2018-07-31 02:42:24 +02:00
|
|
|
margin: 10px 0 0 0;
|
2016-10-26 06:13:39 +02:00
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.new-stream-name,
|
|
|
|
.stream-rename-button {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.settings_committed {
|
|
|
|
margin: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subscriber-list-box {
|
|
|
|
text-align: center;
|
2018-10-12 07:22:46 +02:00
|
|
|
border: 1px solid hsl(0, 0%, 87%);
|
2017-01-27 19:55:36 +01:00
|
|
|
border-radius: 4px;
|
2016-10-26 06:13:39 +02:00
|
|
|
|
2019-07-11 13:59:38 +02:00
|
|
|
.subscriber_list_container {
|
|
|
|
position: relative;
|
|
|
|
max-height: 300px;
|
|
|
|
overflow: auto;
|
|
|
|
text-align: left;
|
|
|
|
-webkit-overflow-scrolling: touch;
|
2016-10-26 06:13:39 +02:00
|
|
|
|
2019-07-11 13:59:38 +02:00
|
|
|
.form_inline input {
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
2017-12-13 21:37:40 +01:00
|
|
|
|
2019-07-11 14:04:22 +02:00
|
|
|
.subscriber-list {
|
|
|
|
width: 100%;
|
|
|
|
margin: auto;
|
|
|
|
border-radius: 6px;
|
2016-10-26 06:13:39 +02:00
|
|
|
|
2019-07-11 14:04:22 +02:00
|
|
|
tr {
|
|
|
|
border-bottom: 1px solid hsl(0, 0%, 93%);
|
2016-10-26 06:13:39 +02:00
|
|
|
|
2019-07-11 14:04:22 +02:00
|
|
|
&:last-of-type {
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
2017-01-27 19:55:36 +01:00
|
|
|
|
2019-07-11 14:04:22 +02:00
|
|
|
td {
|
|
|
|
padding: 4px 0px;
|
2017-01-27 19:55:36 +01:00
|
|
|
|
2019-07-11 14:04:22 +02:00
|
|
|
&:first-of-type {
|
|
|
|
padding-left: 10px;
|
|
|
|
}
|
2017-01-27 19:55:36 +01:00
|
|
|
|
2019-07-11 14:04:22 +02:00
|
|
|
&:last-of-type {
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
2017-01-27 19:55:36 +01:00
|
|
|
|
2019-07-11 14:04:22 +02:00
|
|
|
&.unsubscribe {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
}
|
2019-07-11 12:29:41 +02:00
|
|
|
}
|
2017-01-27 19:55:36 +01:00
|
|
|
|
2019-07-11 14:04:22 +02:00
|
|
|
.subscriber_list_remove {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2017-01-27 19:55:36 +01:00
|
|
|
|
2019-07-11 14:04:22 +02:00
|
|
|
tbody:empty::after,
|
|
|
|
&:empty::after {
|
|
|
|
content: "No subscribers to this stream.";
|
|
|
|
display: block;
|
2017-01-27 19:55:36 +01:00
|
|
|
|
2019-07-11 14:04:22 +02:00
|
|
|
text-align: center;
|
|
|
|
color: hsl(0, 0%, 67%);
|
|
|
|
}
|
2017-01-27 19:55:36 +01:00
|
|
|
|
2019-07-11 14:04:22 +02:00
|
|
|
&:empty {
|
|
|
|
display: block;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
}
|
2019-07-11 12:29:41 +02:00
|
|
|
}
|
2016-10-26 06:13:39 +02:00
|
|
|
}
|
|
|
|
|
2019-07-11 12:08:50 +02:00
|
|
|
.hide-subscriber-list {
|
|
|
|
display: block;
|
|
|
|
padding: 5px;
|
|
|
|
text-align: center;
|
|
|
|
color: hsl(0, 0%, 67%);
|
|
|
|
}
|
|
|
|
|
2017-01-27 19:55:36 +01:00
|
|
|
.subscriber-name,
|
|
|
|
.subscriber-email {
|
|
|
|
padding: 5px;
|
2016-10-26 06:13:39 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.subscriber-email {
|
|
|
|
margin-left: 20px;
|
|
|
|
padding-right: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subscriber_list_add {
|
2017-04-17 23:21:37 +02:00
|
|
|
width: 100%;
|
2017-01-27 19:55:36 +01:00
|
|
|
margin: 10px auto;
|
2017-04-17 23:21:37 +02:00
|
|
|
}
|
|
|
|
|
2020-04-11 21:49:51 +02:00
|
|
|
.subscriber-search {
|
|
|
|
margin: 10px 0 0 0;
|
2016-10-26 06:13:39 +02:00
|
|
|
}
|
|
|
|
|
2017-01-27 19:55:36 +01:00
|
|
|
.subscriber_list_add .form-inline {
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
2020-04-11 21:49:51 +02:00
|
|
|
.add_subscribers_container {
|
|
|
|
display: inline-flex;
|
|
|
|
width: 100%;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
.add_subscriber_btn_wrapper {
|
|
|
|
padding-left: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-10-26 06:13:39 +02:00
|
|
|
.remove-subscriber-form {
|
|
|
|
margin: 0px 0px 0px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#subscription-status {
|
|
|
|
width: 200px;
|
|
|
|
position: absolute;
|
|
|
|
left: 50%;
|
|
|
|
margin-left: -100px;
|
|
|
|
bottom: 30px;
|
|
|
|
text-align: center;
|
|
|
|
border-radius: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#subscriptions h1 {
|
|
|
|
font-size: 25px;
|
|
|
|
font-weight: 300;
|
|
|
|
padding-top: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#subscriptions .streams-icon {
|
|
|
|
margin-right: 10px;
|
|
|
|
font-size: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.change-stream-privacy {
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.change-stream-privacy-feedback {
|
|
|
|
display: none;
|
|
|
|
}
|
2016-10-29 01:58:22 +02:00
|
|
|
|
2016-10-28 02:44:40 +02:00
|
|
|
.subscriptions-overlay-bg {
|
|
|
|
font: menu;
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
2020-04-23 23:49:51 +02:00
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2017-06-21 09:10:22 +02:00
|
|
|
background-color: hsla(0, 0%, 8%, 0.7);
|
|
|
|
color: hsl(0, 0%, 27%);
|
2016-10-28 02:44:40 +02:00
|
|
|
}
|
|
|
|
|
2019-07-18 18:22:58 +02:00
|
|
|
.subscriptions-container .subscriptions-header .fa-chevron-left,
|
2018-07-02 02:32:30 +02:00
|
|
|
#settings_overlay_container .settings-header.mobile .fa-chevron-left {
|
2017-02-09 00:07:52 +01:00
|
|
|
position: relative;
|
|
|
|
transform: translate(-50px, 0px);
|
|
|
|
opacity: 0;
|
2018-10-12 07:22:46 +02:00
|
|
|
color: hsl(0, 0%, 67%);
|
2017-02-09 00:07:52 +01:00
|
|
|
|
|
|
|
float: left;
|
2017-08-01 01:29:20 +02:00
|
|
|
padding: 2px 10px;
|
2017-02-09 00:07:52 +01:00
|
|
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
transition: all 0.3s ease;
|
|
|
|
}
|
|
|
|
|
2019-07-18 18:22:58 +02:00
|
|
|
.subscriptions-container .subscriptions-header.slide-left .fa-chevron-left,
|
2018-07-02 02:32:30 +02:00
|
|
|
#settings_overlay_container .settings-header.mobile.slide-left .fa-chevron-left {
|
2017-02-09 00:07:52 +01:00
|
|
|
transform: translate(-0px, 0px);
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
2019-07-17 23:35:37 +02:00
|
|
|
.subscriptions-container {
|
|
|
|
position: relative;
|
|
|
|
height: 95%;
|
|
|
|
border-radius: 4px;
|
|
|
|
padding: 0px;
|
|
|
|
width: 97%;
|
|
|
|
overflow: hidden;
|
|
|
|
max-width: 1200px;
|
|
|
|
max-height: 1000px;
|
|
|
|
|
2020-03-31 17:13:01 +02:00
|
|
|
.search-container .tab-switcher .ind-tab {
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
2019-07-18 18:22:58 +02:00
|
|
|
.subscriptions-header {
|
|
|
|
padding: 12px;
|
|
|
|
text-align: center;
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-weight: 700;
|
|
|
|
border-bottom: 1px solid hsl(0, 0%, 87%);
|
|
|
|
|
|
|
|
.fa-chevron-left {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subscriptions-title {
|
|
|
|
display: inline-block;
|
|
|
|
transition: all 0.3s ease;
|
|
|
|
transform: translate(-13px, 0px);
|
|
|
|
}
|
|
|
|
|
2020-04-11 21:49:51 +02:00
|
|
|
.exit {
|
|
|
|
font-weight: 600;
|
|
|
|
position: absolute;
|
|
|
|
top: 10px;
|
|
|
|
right: 10px;
|
|
|
|
color: hsl(0, 0%, 67%);
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2019-07-18 18:13:33 +02:00
|
|
|
}
|
2016-10-28 02:44:40 +02:00
|
|
|
|
2019-07-18 18:13:33 +02:00
|
|
|
.exit-sign {
|
|
|
|
position: relative;
|
|
|
|
top: 3px;
|
|
|
|
margin-left: 3px;
|
|
|
|
font-size: 1.5rem;
|
|
|
|
font-weight: 600;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2016-10-28 02:44:40 +02:00
|
|
|
|
2019-07-18 18:13:33 +02:00
|
|
|
.left,
|
|
|
|
.right {
|
|
|
|
position: relative;
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
width: 50%;
|
|
|
|
height: calc(100% - 45px);
|
|
|
|
margin: 0px -2px;
|
|
|
|
}
|
2016-12-13 22:44:55 +01:00
|
|
|
|
2019-07-18 18:13:33 +02:00
|
|
|
.left {
|
|
|
|
border-right: 1px solid hsl(0, 0%, 87%);
|
2019-07-17 23:35:37 +02:00
|
|
|
|
2019-07-18 18:13:33 +02:00
|
|
|
.search-container {
|
|
|
|
padding: 6px 8px;
|
|
|
|
border-bottom: 1px solid hsl(0, 0%, 87%);
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
}
|
2019-07-17 23:35:37 +02:00
|
|
|
|
2019-07-18 18:13:33 +02:00
|
|
|
.right {
|
2020-05-28 00:58:41 +02:00
|
|
|
width: calc(50% + 1px);
|
2016-11-01 22:32:10 +01:00
|
|
|
|
2019-07-18 18:13:33 +02:00
|
|
|
.nothing-selected {
|
|
|
|
display: block;
|
|
|
|
margin-top: calc(45vh - 75px);
|
|
|
|
text-align: center;
|
|
|
|
font-size: 1em;
|
2016-10-28 02:44:40 +02:00
|
|
|
|
2019-07-18 18:13:33 +02:00
|
|
|
span {
|
|
|
|
color: hsl(0, 0%, 67%);
|
|
|
|
}
|
2017-09-29 19:17:03 +02:00
|
|
|
|
2019-07-18 18:13:33 +02:00
|
|
|
button {
|
|
|
|
padding: 6px 10px 8px 10px;
|
|
|
|
display: block;
|
|
|
|
margin: 0 auto 10px auto;
|
|
|
|
}
|
|
|
|
}
|
2017-09-29 19:17:03 +02:00
|
|
|
|
2019-07-18 18:13:33 +02:00
|
|
|
.display-type {
|
|
|
|
padding: 6px;
|
|
|
|
text-align: center;
|
|
|
|
font-weight: 600;
|
|
|
|
border-bottom: 1px solid hsl(0, 0%, 87%);
|
2019-07-18 18:15:46 +02:00
|
|
|
|
|
|
|
&.preview::after {
|
|
|
|
content: "Preview";
|
|
|
|
}
|
|
|
|
|
|
|
|
&.preferences::after {
|
|
|
|
content: "Preferences";
|
|
|
|
}
|
|
|
|
|
|
|
|
.stream-info-title {
|
|
|
|
display: none;
|
|
|
|
font-size: 1em;
|
|
|
|
line-height: 1;
|
|
|
|
margin: 9px 0px;
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
2019-07-18 18:13:33 +02:00
|
|
|
}
|
2016-10-28 02:44:40 +02:00
|
|
|
|
2019-07-18 18:13:33 +02:00
|
|
|
#preview_iframe {
|
|
|
|
width: 100%;
|
|
|
|
height: calc(100% - 45px);
|
|
|
|
border: none;
|
|
|
|
background-color: hsl(0, 0%, 98%);
|
|
|
|
box-shadow: inset 0px 0px 50px hsla(0, 0%, 0%, 0.5);
|
|
|
|
background-image: url(../images/preview-loading.png);
|
|
|
|
background-size: 150px auto;
|
|
|
|
background-position: center center;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|
|
|
|
}
|
2019-07-17 23:35:37 +02:00
|
|
|
|
2019-07-18 18:13:33 +02:00
|
|
|
input[type=text].small {
|
|
|
|
border: 1px solid hsl(0, 0%, 80%);
|
|
|
|
border-radius: 4px;
|
|
|
|
padding: 3px;
|
|
|
|
outline: none;
|
|
|
|
color: hsl(0, 0%, 27%);
|
|
|
|
text-align: center;
|
2016-10-28 02:44:40 +02:00
|
|
|
|
2019-07-18 18:13:33 +02:00
|
|
|
&:focus {
|
|
|
|
text-align: left;
|
|
|
|
}
|
2016-10-28 02:44:40 +02:00
|
|
|
|
2019-07-18 18:13:33 +02:00
|
|
|
&:valid {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
}
|
2016-10-28 02:44:40 +02:00
|
|
|
}
|
|
|
|
|
2016-11-01 22:32:10 +01:00
|
|
|
#search_stream_name {
|
2020-03-21 19:12:23 +01:00
|
|
|
width: 100%;
|
2016-11-01 22:32:10 +01:00
|
|
|
padding: 3px 5px;
|
2020-03-21 19:12:23 +01:00
|
|
|
margin: 8px 0px;
|
|
|
|
margin-left: 10px;
|
|
|
|
margin-right: -15px !important;
|
2016-11-01 22:32:10 +01:00
|
|
|
display: inline-block;
|
|
|
|
border-radius: 5px;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
2020-03-21 19:12:23 +01:00
|
|
|
.stream_name_search_section {
|
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: center;
|
|
|
|
margin-bottom: 0;
|
|
|
|
height: auto;
|
|
|
|
border-bottom: 1px solid hsl(0, 0%, 87%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.streams-list {
|
|
|
|
position: relative;
|
|
|
|
overflow: auto;
|
|
|
|
-webkit-overflow-scrolling: touch;
|
|
|
|
height: calc(100% - 85px);
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#clear_search_stream_name {
|
|
|
|
right: 5px !important;
|
|
|
|
}
|
|
|
|
|
2017-08-08 18:51:42 +02:00
|
|
|
.stream-title {
|
|
|
|
font-size: 1.3em;
|
2017-08-24 23:35:34 +02:00
|
|
|
font-weight: 400;
|
2016-11-01 22:32:10 +01:00
|
|
|
}
|
|
|
|
|
2017-06-10 17:05:52 +02:00
|
|
|
.stream-creation-info {
|
|
|
|
font-style: italic;
|
2017-08-08 19:13:05 +02:00
|
|
|
margin-bottom: 10px;
|
2017-06-10 17:05:52 +02:00
|
|
|
}
|
|
|
|
|
2019-07-20 11:04:32 +02:00
|
|
|
.stream-creation-body {
|
|
|
|
section.block {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
2016-11-01 22:32:10 +01:00
|
|
|
|
2019-07-20 11:04:32 +02:00
|
|
|
#make-invite-only {
|
|
|
|
.radio {
|
|
|
|
margin: 5px;
|
|
|
|
}
|
2017-06-10 17:05:52 +02:00
|
|
|
|
2019-07-20 11:04:32 +02:00
|
|
|
.grey-box .checkbox {
|
|
|
|
margin: 5px;
|
|
|
|
}
|
|
|
|
}
|
2018-05-30 16:02:13 +02:00
|
|
|
|
2019-07-20 11:04:32 +02:00
|
|
|
#announce-new-stream {
|
|
|
|
margin-top: 10px;
|
2017-05-16 18:56:14 +02:00
|
|
|
|
2019-07-20 11:04:32 +02:00
|
|
|
div[class^="fa"] {
|
|
|
|
margin-left: 3px;
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
|
|
|
}
|
2016-10-28 02:44:40 +02:00
|
|
|
}
|
|
|
|
|
2016-10-29 01:58:22 +02:00
|
|
|
.stream-row {
|
2017-08-28 23:42:52 +02:00
|
|
|
padding: 15px 10px 11px 10px;
|
2017-06-21 09:10:22 +02:00
|
|
|
border-bottom: 1px solid hsl(0, 0%, 93%);
|
2016-10-29 01:58:22 +02:00
|
|
|
cursor: pointer;
|
|
|
|
|
2019-07-10 17:53:05 +02:00
|
|
|
.check {
|
|
|
|
width: 25px;
|
|
|
|
height: 25px;
|
|
|
|
position: relative;
|
|
|
|
margin-right: 8px;
|
|
|
|
margin-top: 9px;
|
|
|
|
background-size: 60% auto;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center center;
|
|
|
|
|
|
|
|
svg {
|
|
|
|
fill: transparent;
|
|
|
|
width: 70%;
|
|
|
|
margin: 0% 15%;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.checked:hover svg {
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.disabled {
|
|
|
|
pointer-events: none;
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
2020-04-16 14:47:43 +02:00
|
|
|
|
|
|
|
.sub_unsub_status {
|
|
|
|
display: inline-block !important;
|
|
|
|
height: auto !important;
|
|
|
|
width: auto !important;
|
|
|
|
|
|
|
|
.loading_indicator_spinner {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.loading_indicator_spinner svg path {
|
|
|
|
fill: hsl(178, 100%, 40%);
|
|
|
|
}
|
|
|
|
}
|
2019-07-06 13:49:41 +02:00
|
|
|
}
|
2017-01-12 00:04:21 +01:00
|
|
|
|
2019-07-10 17:53:05 +02:00
|
|
|
.checked svg {
|
|
|
|
fill: hsl(170, 48%, 54%);
|
2019-07-06 13:49:41 +02:00
|
|
|
}
|
2017-09-19 21:03:35 +02:00
|
|
|
|
2019-07-10 17:53:05 +02:00
|
|
|
.icon {
|
|
|
|
width: 35px;
|
|
|
|
height: 35px;
|
|
|
|
margin-right: 8px;
|
|
|
|
margin-top: 4px;
|
|
|
|
background-color: hsl(300, 100%, 25%);
|
|
|
|
border-radius: 4px;
|
|
|
|
color: hsl(0, 0%, 100%);
|
|
|
|
|
|
|
|
.symbol {
|
|
|
|
font-weight: 600;
|
|
|
|
font-size: 1.1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fa-lock {
|
|
|
|
font-size: 1.4em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hashtag {
|
|
|
|
font-size: 1.4em;
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
2019-07-06 13:49:41 +02:00
|
|
|
}
|
2016-10-29 01:58:22 +02:00
|
|
|
|
2019-07-10 17:53:05 +02:00
|
|
|
.sub-info-box {
|
|
|
|
width: calc(100% - 90px);
|
|
|
|
|
|
|
|
.top-bar,
|
|
|
|
.bottom-bar {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.top-bar .stream-name,
|
|
|
|
.bottom-bar .description {
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
|
|
|
|
.top-bar .subscriber-count,
|
|
|
|
.bottom-bar .stream-message-count {
|
|
|
|
white-space: nowrap;
|
|
|
|
color: hsl(0, 0%, 67%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.top-bar .subscriber-count-text,
|
|
|
|
.top-bar .subscriber-count-lock,
|
|
|
|
.bottom-bar .stream-message-count-text {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.top-bar > div {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
.top-bar .stream-name {
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bottom-bar {
|
|
|
|
margin-top: 2px;
|
|
|
|
line-height: 1.5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bottom-bar > div {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: bottom;
|
|
|
|
}
|
2019-07-06 13:51:24 +02:00
|
|
|
}
|
2016-10-29 01:58:22 +02:00
|
|
|
|
2019-07-10 17:53:05 +02:00
|
|
|
&.active {
|
|
|
|
background-color: hsl(0, 0%, 93%);
|
2019-07-06 13:51:24 +02:00
|
|
|
}
|
2016-10-29 01:58:22 +02:00
|
|
|
|
2019-07-10 17:53:05 +02:00
|
|
|
> div {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
2019-07-10 17:50:06 +02:00
|
|
|
}
|
2018-03-15 05:24:00 +01:00
|
|
|
|
2019-07-10 17:53:05 +02:00
|
|
|
.settings-dropdown-trigger {
|
|
|
|
float: right;
|
|
|
|
margin-left: 10px;
|
2019-07-10 17:50:06 +02:00
|
|
|
color: hsl(0, 0%, 67%);
|
|
|
|
}
|
2016-10-29 01:58:22 +02:00
|
|
|
|
2019-07-10 17:53:05 +02:00
|
|
|
&:hover .preview-stream {
|
2019-07-10 17:50:06 +02:00
|
|
|
display: inline-block;
|
|
|
|
}
|
2019-07-10 17:47:48 +02:00
|
|
|
|
2019-07-10 17:53:05 +02:00
|
|
|
&:hover .check:not(.checked) svg,
|
|
|
|
&.active:hover .check:not(.checked) svg {
|
|
|
|
fill: hsl(0, 0%, 87%);
|
2019-07-10 17:50:06 +02:00
|
|
|
}
|
2018-03-13 22:01:46 +01:00
|
|
|
|
2019-07-10 17:53:05 +02:00
|
|
|
.check:not(.checked):hover svg,
|
|
|
|
&.active .check:not(.checked):hover svg {
|
|
|
|
fill: hsl(0, 0%, 72%);
|
2019-07-10 17:50:06 +02:00
|
|
|
}
|
2016-10-29 01:58:22 +02:00
|
|
|
|
2019-07-10 17:53:05 +02:00
|
|
|
&::-moz-selection,
|
|
|
|
.icon .hashtag::-moz-selection {
|
|
|
|
background-color: transparent;
|
2019-07-10 17:50:06 +02:00
|
|
|
}
|
2019-01-14 00:52:34 +01:00
|
|
|
|
2019-07-10 17:53:05 +02:00
|
|
|
&::selection,
|
|
|
|
.icon .hashtag::selection {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
2019-01-14 00:52:34 +01:00
|
|
|
}
|
|
|
|
|
2018-07-27 00:58:50 +02:00
|
|
|
#subscription_overlay .stream-description .stream-description-editable:empty::after,
|
|
|
|
.stream-row .sub-info-box .description:empty::after {
|
2016-11-05 01:16:30 +01:00
|
|
|
content: attr(data-no-description);
|
2016-10-29 01:58:22 +02:00
|
|
|
font-style: italic;
|
2018-10-12 07:22:46 +02:00
|
|
|
color: hsl(0, 0%, 67%);
|
2016-10-29 01:58:22 +02:00
|
|
|
}
|
|
|
|
|
2019-07-21 20:16:06 +02:00
|
|
|
#subscription_overlay {
|
|
|
|
#stream-creation {
|
|
|
|
max-height: calc(100% - 102px);
|
|
|
|
overflow: auto;
|
|
|
|
outline: none;
|
|
|
|
-webkit-overflow-scrolling: touch;
|
2016-11-01 22:32:10 +01:00
|
|
|
|
2019-07-21 20:16:06 +02:00
|
|
|
.modal-footer {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
width: calc(100% - 27px);
|
|
|
|
}
|
2016-11-01 22:32:10 +01:00
|
|
|
|
2019-07-21 20:16:06 +02:00
|
|
|
.stream-creation-body {
|
|
|
|
padding: 15px;
|
|
|
|
}
|
2016-11-01 22:32:10 +01:00
|
|
|
|
2019-07-21 20:16:06 +02:00
|
|
|
.add-user-label {
|
|
|
|
margin: 8px 0px;
|
|
|
|
}
|
2016-11-01 22:32:10 +01:00
|
|
|
|
2019-07-21 20:16:06 +02:00
|
|
|
.add-user-list-filter {
|
|
|
|
width: calc(100% - 10px);
|
|
|
|
}
|
2019-07-21 19:54:45 +02:00
|
|
|
|
2019-07-21 20:16:06 +02:00
|
|
|
#stream_creation_form {
|
|
|
|
margin: 0px;
|
|
|
|
|
|
|
|
#stream_creating_indicator {
|
|
|
|
&:not(:empty) {
|
|
|
|
position: absolute;
|
|
|
|
width: 100% !important;
|
|
|
|
height: calc(100% - 105px) !important;
|
|
|
|
display: flex !important;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
background-color: hsla(0, 0%, 100%, 0.9);
|
|
|
|
z-index: 1;
|
|
|
|
}
|
2017-11-04 19:19:12 +01:00
|
|
|
|
2019-07-21 20:16:06 +02:00
|
|
|
.loading_indicator_text {
|
|
|
|
font-weight: 400;
|
|
|
|
}
|
2019-07-21 19:54:45 +02:00
|
|
|
}
|
2019-07-21 19:44:46 +02:00
|
|
|
}
|
|
|
|
}
|
2017-11-04 19:19:12 +01:00
|
|
|
|
2019-07-21 20:16:06 +02:00
|
|
|
.inner-box {
|
|
|
|
margin: 20px;
|
|
|
|
}
|
2016-10-28 02:44:40 +02:00
|
|
|
|
2019-07-21 20:16:06 +02:00
|
|
|
.stream-header {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
white-space: nowrap;
|
2016-10-28 02:44:40 +02:00
|
|
|
|
2019-07-21 20:16:06 +02:00
|
|
|
.stream-name {
|
|
|
|
display: inline-block;
|
2019-10-03 17:45:46 +02:00
|
|
|
position: relative;
|
2019-07-21 20:16:06 +02:00
|
|
|
font-size: 1.5em;
|
|
|
|
font-weight: 600;
|
|
|
|
margin-left: -3px;
|
2019-10-03 17:45:46 +02:00
|
|
|
padding-bottom: 5px;
|
|
|
|
white-space: nowrap;
|
2020-02-22 09:50:16 +01:00
|
|
|
max-width: 260px;
|
|
|
|
|
|
|
|
.stream-name-editable {
|
|
|
|
display: block;
|
|
|
|
max-width: 20ch;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stream-name-edit-box {
|
|
|
|
text-overflow: clip;
|
|
|
|
border-style: groove;
|
|
|
|
}
|
2019-07-21 20:16:06 +02:00
|
|
|
}
|
2017-01-27 00:40:42 +01:00
|
|
|
|
2019-07-21 20:16:06 +02:00
|
|
|
.deactivate,
|
|
|
|
.subscribe-button {
|
|
|
|
float: right;
|
|
|
|
margin-top: -5px;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
2017-01-27 00:40:42 +01:00
|
|
|
|
2019-07-21 20:16:06 +02:00
|
|
|
.button-group {
|
|
|
|
float: right;
|
|
|
|
}
|
2017-12-13 21:37:40 +01:00
|
|
|
|
2019-07-21 20:16:06 +02:00
|
|
|
.subscribe-button.unsubscribed {
|
|
|
|
color: hsl(156, 39%, 54%);
|
|
|
|
border-color: hsl(156, 39%, 77%);
|
2017-01-27 00:40:42 +01:00
|
|
|
|
2019-07-21 20:16:06 +02:00
|
|
|
&:active {
|
|
|
|
background-color: hsla(156, 39%, 54%, 0.2);
|
|
|
|
}
|
|
|
|
}
|
2016-10-28 02:44:40 +02:00
|
|
|
|
2019-07-21 20:16:06 +02:00
|
|
|
.large-icon {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
margin-right: 5px;
|
|
|
|
font-size: 1.5em;
|
2019-07-21 20:25:43 +02:00
|
|
|
|
|
|
|
&.hash::after {
|
|
|
|
top: 1px;
|
|
|
|
}
|
2019-07-21 20:16:06 +02:00
|
|
|
}
|
|
|
|
}
|
2016-10-28 02:44:40 +02:00
|
|
|
|
2019-07-21 20:16:06 +02:00
|
|
|
.stream-description {
|
|
|
|
font-size: 0.9em;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
2016-10-28 02:44:40 +02:00
|
|
|
|
2019-07-21 20:16:06 +02:00
|
|
|
#preview-stream-button {
|
|
|
|
float: right;
|
|
|
|
margin-top: -5px;
|
|
|
|
margin-right: 5px;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2017-03-09 22:10:32 +01:00
|
|
|
|
2019-07-21 20:16:06 +02:00
|
|
|
.editable-section {
|
|
|
|
position: relative;
|
|
|
|
display: inline;
|
|
|
|
min-width: 10px;
|
|
|
|
max-width: 100%;
|
2016-12-17 03:44:15 +01:00
|
|
|
|
2019-07-21 20:16:06 +02:00
|
|
|
&[contenteditable=true] {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
color: hsl(170, 48%, 54%);
|
2016-12-17 03:44:15 +01:00
|
|
|
|
2019-07-21 20:16:06 +02:00
|
|
|
&:focus {
|
|
|
|
outline: none;
|
|
|
|
}
|
2019-07-21 20:03:34 +02:00
|
|
|
}
|
|
|
|
}
|
2016-12-17 03:44:15 +01:00
|
|
|
|
2019-07-21 20:16:06 +02:00
|
|
|
.editable {
|
|
|
|
position: relative;
|
|
|
|
top: -1px;
|
|
|
|
margin-left: 5px;
|
|
|
|
color: hsl(0, 0%, 67%);
|
|
|
|
cursor: pointer;
|
|
|
|
font-size: 1.4rem;
|
|
|
|
font-weight: 300;
|
2016-12-17 03:44:15 +01:00
|
|
|
|
2019-07-21 20:16:06 +02:00
|
|
|
transition: all 0.3s ease;
|
2016-12-17 03:44:15 +01:00
|
|
|
|
2019-07-21 20:16:06 +02:00
|
|
|
&:empty::before {
|
|
|
|
content: "\f040";
|
|
|
|
font-family: "FontAwesome";
|
|
|
|
font-size: 0.8rem;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
2016-12-17 03:44:15 +01:00
|
|
|
|
2019-07-21 20:16:06 +02:00
|
|
|
&:not(:empty) {
|
|
|
|
position: relative;
|
|
|
|
top: 2px;
|
|
|
|
}
|
2016-12-17 03:44:15 +01:00
|
|
|
|
2019-07-21 20:16:06 +02:00
|
|
|
&:hover {
|
|
|
|
color: hsl(0, 0%, 27%);
|
|
|
|
}
|
|
|
|
}
|
2016-12-17 03:44:15 +01:00
|
|
|
|
2019-07-21 20:16:06 +02:00
|
|
|
.checkmark {
|
|
|
|
display: none;
|
|
|
|
margin-left: 5px;
|
|
|
|
font-size: 0.9rem;
|
|
|
|
color: hsl(0, 0%, 67%);
|
2016-12-17 03:44:15 +01:00
|
|
|
|
2019-07-21 20:16:06 +02:00
|
|
|
cursor: pointer;
|
2016-12-17 03:44:15 +01:00
|
|
|
|
2019-07-21 20:16:06 +02:00
|
|
|
&.show {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
2016-12-17 03:44:15 +01:00
|
|
|
|
2019-07-21 20:16:06 +02:00
|
|
|
.subscription-type {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
font-size: 0.9em;
|
|
|
|
opacity: 0.5;
|
2016-10-28 02:44:40 +02:00
|
|
|
|
2019-07-21 20:16:06 +02:00
|
|
|
.subscription-type-text {
|
|
|
|
display: inline;
|
|
|
|
}
|
2017-02-24 00:46:42 +01:00
|
|
|
|
2019-07-21 20:16:06 +02:00
|
|
|
b {
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
}
|
2016-10-28 02:44:40 +02:00
|
|
|
|
2019-07-21 20:16:06 +02:00
|
|
|
.hash::after {
|
|
|
|
position: relative;
|
|
|
|
content: "#";
|
|
|
|
font-size: 1.09em;
|
|
|
|
font-weight: 800;
|
|
|
|
}
|
2019-04-07 20:29:25 +02:00
|
|
|
|
2019-07-21 20:16:06 +02:00
|
|
|
.settings {
|
|
|
|
position: relative;
|
|
|
|
height: calc(100% - 45px);
|
|
|
|
overflow-y: auto;
|
|
|
|
-webkit-overflow-scrolling: touch;
|
|
|
|
}
|
2016-11-01 22:32:10 +01:00
|
|
|
|
2019-07-21 20:16:06 +02:00
|
|
|
.subscription_settings {
|
|
|
|
display: none;
|
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
|
|
margin: 0 auto;
|
|
|
|
border-radius: 4px;
|
|
|
|
top: -1px;
|
2016-10-28 02:44:40 +02:00
|
|
|
|
2019-07-21 20:16:06 +02:00
|
|
|
&.show {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
2020-03-28 11:16:11 +01:00
|
|
|
|
2020-05-24 14:24:23 +02:00
|
|
|
#personal_settings_label_container {
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
2020-03-28 11:16:11 +01:00
|
|
|
.alert-notification:not(:empty) {
|
2020-05-24 14:24:23 +02:00
|
|
|
vertical-align: unset;
|
|
|
|
margin-top: 10px;
|
2020-03-28 11:16:11 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.loading_indicator_text {
|
|
|
|
font-weight: 400;
|
|
|
|
line-height: 20px;
|
|
|
|
}
|
2016-10-28 02:44:40 +02:00
|
|
|
}
|
|
|
|
|
2019-07-25 20:31:28 +02:00
|
|
|
ul.grey-box {
|
|
|
|
#stream_privacy_modal & {
|
|
|
|
border-style: none;
|
|
|
|
}
|
2018-05-03 18:52:39 +02:00
|
|
|
|
2019-07-25 20:31:28 +02:00
|
|
|
li {
|
|
|
|
#stream_privacy_modal &,
|
|
|
|
#subscription_overlay & {
|
|
|
|
border-bottom: 1px solid hsl(0, 0%, 87%);
|
|
|
|
padding: 5px 0px;
|
|
|
|
}
|
2016-10-28 02:44:40 +02:00
|
|
|
|
2019-07-25 20:31:28 +02:00
|
|
|
input[type=checkbox] {
|
|
|
|
#stream_privacy_modal & {
|
|
|
|
margin-top: 4px;
|
|
|
|
}
|
2018-05-30 16:02:13 +02:00
|
|
|
|
2019-07-25 20:31:28 +02:00
|
|
|
#subscription_overlay & {
|
|
|
|
margin-top: 0px;
|
|
|
|
}
|
|
|
|
}
|
2016-10-28 02:44:40 +02:00
|
|
|
|
2019-07-25 20:31:28 +02:00
|
|
|
&:last-of-type {
|
|
|
|
#stream_privacy_modal &,
|
|
|
|
#subscription_overlay & {
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
}
|
2016-10-28 02:44:40 +02:00
|
|
|
|
2019-07-25 20:31:28 +02:00
|
|
|
.sp-replacer {
|
|
|
|
#stream_privacy_modal &,
|
|
|
|
#subscription_overlay & {
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
}
|
2016-11-01 22:32:10 +01:00
|
|
|
|
2019-07-25 20:31:28 +02:00
|
|
|
input[type=radio] {
|
|
|
|
#stream_privacy_modal &,
|
|
|
|
#subscription_overlay & {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
}
|
2020-06-15 17:00:00 +02:00
|
|
|
|
|
|
|
input[type=text] {
|
|
|
|
width: 5ch;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
label.dropdown-title {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
select {
|
|
|
|
width: auto;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
2019-07-25 20:31:28 +02:00
|
|
|
}
|
2017-08-08 19:13:05 +02:00
|
|
|
}
|
|
|
|
|
2016-11-01 22:32:10 +01:00
|
|
|
@media (max-width: 1130px) {
|
|
|
|
.subscriptions-container {
|
|
|
|
max-width: 95%;
|
|
|
|
}
|
|
|
|
|
2019-08-03 16:51:17 +02:00
|
|
|
#subscription_overlay {
|
|
|
|
.left {
|
|
|
|
width: 40%;
|
|
|
|
}
|
2016-11-01 22:32:10 +01:00
|
|
|
|
2019-08-03 16:51:17 +02:00
|
|
|
.right {
|
|
|
|
width: calc(60% - 1px);
|
|
|
|
}
|
2016-11-01 22:32:10 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-08-24 19:07:55 +02:00
|
|
|
@media (max-width: 1033px) {
|
2020-05-24 21:54:02 +02:00
|
|
|
.subscriptions-container .left .search-container {
|
|
|
|
flex-wrap: wrap;
|
|
|
|
justify-content: space-evenly;
|
|
|
|
}
|
2016-11-01 22:32:10 +01:00
|
|
|
|
|
|
|
.search-container {
|
|
|
|
text-align: center;
|
|
|
|
}
|
2017-12-13 21:37:40 +01:00
|
|
|
|
|
|
|
.subscriber_list_settings input {
|
|
|
|
float: left;
|
|
|
|
margin: 0px 5px 0px 0px;
|
|
|
|
width: calc(50% - 45px);
|
|
|
|
}
|
2016-11-01 22:32:10 +01:00
|
|
|
}
|
|
|
|
|
2020-06-24 09:27:49 +02:00
|
|
|
// Note that this block has settings_page CSS as well, and thus needs
|
|
|
|
// to match the media queries in settings.scss.
|
|
|
|
//
|
|
|
|
// Longer-term we should extract this logic two-column-overlay class
|
|
|
|
// to read more naturally.
|
2020-03-21 19:12:23 +01:00
|
|
|
@media (max-width: 750px) {
|
2017-02-09 00:07:52 +01:00
|
|
|
.subscriptions-container {
|
|
|
|
position: relative;
|
2019-08-03 16:55:45 +02:00
|
|
|
overflow: hidden;
|
|
|
|
|
2019-08-03 17:02:06 +02:00
|
|
|
.search-container {
|
|
|
|
text-align: left;
|
|
|
|
}
|
2019-08-03 16:55:45 +02:00
|
|
|
|
2019-08-03 17:02:06 +02:00
|
|
|
.subscriptions-header .fa-chevron-left {
|
|
|
|
display: block;
|
|
|
|
}
|
2017-02-23 20:05:41 +01:00
|
|
|
}
|
|
|
|
|
2016-11-01 22:32:10 +01:00
|
|
|
#subscription_overlay .left,
|
2017-05-05 20:38:15 +02:00
|
|
|
#subscription_overlay .right,
|
|
|
|
#settings_page .left,
|
2017-12-09 00:41:43 +01:00
|
|
|
#settings_page .content-wrapper.right {
|
2017-02-09 00:07:52 +01:00
|
|
|
position: absolute;
|
2016-11-01 22:32:10 +01:00
|
|
|
display: block;
|
2017-02-09 00:07:52 +01:00
|
|
|
margin: 0;
|
2016-11-01 22:32:10 +01:00
|
|
|
width: 100%;
|
2017-02-09 00:07:52 +01:00
|
|
|
height: calc(100% - 45px);
|
|
|
|
|
|
|
|
border: none;
|
2016-11-01 22:32:10 +01:00
|
|
|
}
|
|
|
|
|
2017-05-05 20:38:15 +02:00
|
|
|
#subscription_overlay .right,
|
2017-12-09 00:41:43 +01:00
|
|
|
#settings_page .content-wrapper.right {
|
2017-02-09 00:07:52 +01:00
|
|
|
position: absolute;
|
|
|
|
left: 101%;
|
|
|
|
|
|
|
|
top: 45px;
|
2018-10-12 07:22:46 +02:00
|
|
|
border-top: 1px solid hsl(0, 0%, 87%);
|
2018-09-27 21:57:07 +02:00
|
|
|
background-color: hsl(0, 0%, 100%);
|
2017-02-09 00:07:52 +01:00
|
|
|
border-top: none;
|
|
|
|
|
|
|
|
transition: all 0.3s ease;
|
|
|
|
z-index: 10;
|
|
|
|
|
2019-08-03 17:02:06 +02:00
|
|
|
&.show {
|
|
|
|
left: 0%;
|
|
|
|
}
|
2016-11-01 22:32:10 +01:00
|
|
|
}
|
|
|
|
|
2019-08-03 17:02:06 +02:00
|
|
|
#subscription_overlay {
|
|
|
|
.display-type {
|
|
|
|
display: none;
|
|
|
|
}
|
2016-11-01 22:32:10 +01:00
|
|
|
|
2019-08-03 17:02:06 +02:00
|
|
|
.subscriptions-container {
|
|
|
|
height: 95%;
|
|
|
|
}
|
2016-11-01 22:32:10 +01:00
|
|
|
|
2019-08-03 17:02:06 +02:00
|
|
|
.settings {
|
|
|
|
overflow: auto;
|
|
|
|
height: calc(100% - 20px);
|
|
|
|
-webkit-overflow-scrolling: touch;
|
|
|
|
}
|
2016-11-01 22:32:10 +01:00
|
|
|
}
|
|
|
|
}
|
2017-06-02 15:06:33 +02:00
|
|
|
|
2017-12-13 21:37:40 +01:00
|
|
|
@media (max-width: 367px) {
|
|
|
|
#subscription_overlay .subscription_settings .button-group {
|
|
|
|
margin-top: 10px;
|
|
|
|
float: none;
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-06-02 15:06:33 +02:00
|
|
|
#stream-creation #invites-warning-modal .modal-footer {
|
|
|
|
position: static;
|
|
|
|
}
|
2019-10-24 05:38:18 +02:00
|
|
|
|
|
|
|
@media (max-width: 350px) {
|
|
|
|
.stream_row .description {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|