2019-08-09 16:45:25 +00:00
|
|
|
@mixin settings {
|
|
|
|
a {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
2020-01-22 11:58:12 +00:00
|
|
|
.center-label label {
|
|
|
|
text-align: center;
|
2020-02-12 14:47:51 +00:00
|
|
|
span {
|
|
|
|
float: left;
|
|
|
|
}
|
2020-01-22 11:58:12 +00:00
|
|
|
}
|
2019-08-09 16:45:25 +00:00
|
|
|
.code {
|
|
|
|
background-color: #adbed67a;
|
|
|
|
border-radius: 3px;
|
|
|
|
font-family: monospace;
|
|
|
|
padding: 0 3px 0 3px;
|
|
|
|
}
|
2020-02-14 20:12:48 +00:00
|
|
|
.delete-setting-button {
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
2019-11-22 04:41:32 +00:00
|
|
|
.description-container {
|
|
|
|
overflow-wrap: break-word;
|
2020-06-20 14:08:27 +00:00
|
|
|
.el-form-item__content {
|
|
|
|
line-height: 20px;
|
|
|
|
}
|
2019-11-22 04:41:32 +00:00
|
|
|
}
|
2020-02-15 11:25:45 +00:00
|
|
|
.divider {
|
|
|
|
margin: 0 0 18px 0;
|
|
|
|
}
|
2020-02-15 11:53:48 +00:00
|
|
|
.divider.thick-line {
|
|
|
|
height: 2px;
|
|
|
|
}
|
2020-04-17 22:27:00 +00:00
|
|
|
.docs-search-container {
|
|
|
|
float: right;
|
|
|
|
margin-right: 30px;
|
|
|
|
}
|
2020-02-17 22:19:54 +00:00
|
|
|
.editable-keyword-container {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2020-01-21 18:16:56 +00:00
|
|
|
.el-form-item .rate-limit {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
2019-11-08 12:39:22 +00:00
|
|
|
.el-input-group__prepend {
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
2020-04-27 20:09:11 +00:00
|
|
|
.el-tabs__header {
|
2020-05-03 22:33:57 +00:00
|
|
|
z-index: 2002;
|
2020-04-27 20:09:11 +00:00
|
|
|
}
|
2020-08-02 00:21:39 +00:00
|
|
|
.email-address-input {
|
|
|
|
width: 50%;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
2019-08-09 16:45:25 +00:00
|
|
|
.esshd-list {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2020-01-25 13:23:15 +00:00
|
|
|
.expl, .expl > p {
|
2019-08-09 16:45:25 +00:00
|
|
|
color: #666666;
|
|
|
|
font-size: 13px;
|
|
|
|
line-height: 22px;
|
|
|
|
margin: 5px 0 0 0;
|
|
|
|
overflow-wrap: break-word;
|
2020-02-13 16:18:25 +00:00
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
2020-01-25 11:47:22 +00:00
|
|
|
code {
|
|
|
|
display: inline;
|
2020-01-25 13:23:15 +00:00
|
|
|
line-height: 22px;
|
2020-01-25 11:47:22 +00:00
|
|
|
font-size: 13px;
|
|
|
|
padding: 2px 3px;
|
|
|
|
}
|
2019-08-09 16:45:25 +00:00
|
|
|
}
|
2020-02-09 16:52:17 +00:00
|
|
|
.follow-relay {
|
|
|
|
width: 350px;
|
|
|
|
margin-right: 7px;
|
|
|
|
}
|
2020-01-22 11:58:12 +00:00
|
|
|
.form-container {
|
|
|
|
margin-bottom: 80px;
|
|
|
|
}
|
2020-02-14 19:56:59 +00:00
|
|
|
.grouped-settings-header {
|
|
|
|
margin: 0 0 14px 0;
|
|
|
|
}
|
2019-08-09 16:45:25 +00:00
|
|
|
.highlight {
|
|
|
|
background-color: #e6e6e6;
|
|
|
|
}
|
2019-11-22 04:41:32 +00:00
|
|
|
.icons-button-container {
|
|
|
|
width: 100%;
|
2019-12-15 18:37:55 +00:00
|
|
|
margin-bottom: 10px;
|
2019-11-22 04:41:32 +00:00
|
|
|
}
|
|
|
|
.icons-button-desc {
|
|
|
|
font-size: 14px;
|
|
|
|
color: #606266;
|
|
|
|
font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei";
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
2019-12-15 18:37:55 +00:00
|
|
|
.icon-container {
|
|
|
|
flex-direction: column;
|
|
|
|
width: 95%;
|
|
|
|
}
|
|
|
|
.icon-values-container {
|
|
|
|
display: flex;
|
|
|
|
margin: 0 10px 10px 0;
|
|
|
|
}
|
|
|
|
.icon-key-input {
|
|
|
|
width: 30%;
|
|
|
|
margin-right: 8px
|
|
|
|
}
|
|
|
|
.icon-minus-button {
|
|
|
|
width: 36px;
|
|
|
|
height: 36px;
|
|
|
|
}
|
|
|
|
.icon-value-input {
|
|
|
|
width: 70%;
|
|
|
|
margin-left: 8px;
|
|
|
|
}
|
|
|
|
.icons-container {
|
|
|
|
display: flex;
|
|
|
|
}
|
2020-02-06 18:01:54 +00:00
|
|
|
.input-container {
|
|
|
|
display: flex;
|
|
|
|
align-items: start;
|
|
|
|
justify-content: space-between;
|
2020-02-07 23:59:45 +00:00
|
|
|
.el-form-item {
|
|
|
|
margin-right: 30px;
|
|
|
|
width: 100%
|
|
|
|
}
|
|
|
|
.el-select {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2020-02-06 18:01:54 +00:00
|
|
|
}
|
2020-02-14 20:12:48 +00:00
|
|
|
.keyword-container {
|
|
|
|
width: 100%
|
|
|
|
}
|
2020-02-06 20:59:01 +00:00
|
|
|
label {
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
2020-02-14 19:56:59 +00:00
|
|
|
.label-font {
|
|
|
|
font-size: 14px;
|
|
|
|
color: #606266;
|
|
|
|
font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei";
|
|
|
|
font-weight: 700;
|
|
|
|
}
|
2019-08-09 16:45:25 +00:00
|
|
|
.limit-button-container {
|
|
|
|
display: flex;
|
|
|
|
align-items: baseline;
|
|
|
|
}
|
|
|
|
.limit-expl {
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
.limit-input {
|
2020-01-21 18:16:56 +00:00
|
|
|
width: 47%;
|
|
|
|
margin: 0 0 5px 1%
|
2019-08-09 16:45:25 +00:00
|
|
|
}
|
|
|
|
.line {
|
|
|
|
width: 100%;
|
|
|
|
height: 0;
|
|
|
|
border: 1px solid #eee;
|
2020-02-15 11:25:45 +00:00
|
|
|
margin-bottom: 18px;
|
2019-08-09 16:45:25 +00:00
|
|
|
}
|
2020-02-17 22:19:54 +00:00
|
|
|
.mascot {
|
2019-08-09 16:45:25 +00:00
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
2020-02-17 22:19:54 +00:00
|
|
|
.mascot-container {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2019-08-09 16:45:25 +00:00
|
|
|
.mascot-input {
|
|
|
|
margin-bottom: 7px;
|
|
|
|
}
|
|
|
|
.mascot-name-container {
|
|
|
|
display: flex;
|
|
|
|
margin-bottom: 7px;
|
|
|
|
}
|
|
|
|
.mascot-name-input {
|
|
|
|
margin-right: 10px
|
|
|
|
}
|
2020-02-17 22:19:54 +00:00
|
|
|
.multiple-select-container {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2019-08-09 16:45:25 +00:00
|
|
|
.name-input {
|
|
|
|
width: 30%;
|
|
|
|
margin-right: 8px
|
|
|
|
}
|
2020-08-02 00:21:39 +00:00
|
|
|
.nickname-input {
|
|
|
|
width: 50%;
|
|
|
|
}
|
2020-06-20 14:08:27 +00:00
|
|
|
.no-top-margin {
|
|
|
|
margin-top: 0;
|
2020-06-29 23:16:20 +00:00
|
|
|
p {
|
|
|
|
margin-right: 30px;
|
|
|
|
}
|
2020-06-20 14:08:27 +00:00
|
|
|
}
|
2019-08-09 16:45:25 +00:00
|
|
|
.pattern-input {
|
|
|
|
width: 20%;
|
|
|
|
margin-right: 8px
|
|
|
|
}
|
2020-02-12 19:52:40 +00:00
|
|
|
.proxy-url-input {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
margin-bottom: 10px;
|
2020-02-17 22:19:54 +00:00
|
|
|
width: 100%;
|
2020-02-12 19:52:40 +00:00
|
|
|
}
|
2020-02-12 14:47:51 +00:00
|
|
|
.proxy-url-host-input {
|
|
|
|
width: 35%;
|
2020-02-12 19:52:40 +00:00
|
|
|
margin-right: 8px
|
2020-02-12 14:47:51 +00:00
|
|
|
}
|
2019-12-20 18:13:28 +00:00
|
|
|
.proxy-url-value-input {
|
|
|
|
width: 35%;
|
|
|
|
margin-left: 8px;
|
|
|
|
margin-right: 10px
|
|
|
|
}
|
2020-02-14 21:11:23 +00:00
|
|
|
.prune-options {
|
|
|
|
display: flex;
|
2020-02-16 19:42:25 +00:00
|
|
|
height: 36px;
|
|
|
|
align-items: baseline;
|
|
|
|
.el-radio {
|
|
|
|
margin-top: 11px;
|
|
|
|
}
|
2020-02-14 21:11:23 +00:00
|
|
|
}
|
2020-02-13 16:18:25 +00:00
|
|
|
.rate-limit {
|
|
|
|
.el-form-item__content {
|
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
}
|
2020-02-17 22:19:54 +00:00
|
|
|
.rate-limit-container {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2020-02-13 16:18:25 +00:00
|
|
|
.rate-limit-content {
|
2020-06-30 22:35:17 +00:00
|
|
|
width: 70%;
|
2020-02-13 16:18:25 +00:00
|
|
|
}
|
|
|
|
.rate-limit-label {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
.rate-limit-label-container {
|
|
|
|
font-size: 14px;
|
|
|
|
color: #606266;
|
|
|
|
font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei";
|
|
|
|
font-weight: 700;
|
2020-06-30 22:35:17 +00:00
|
|
|
height: fit-content;
|
|
|
|
width: 30%;
|
2020-02-13 16:18:25 +00:00
|
|
|
margin-right: 10px;
|
|
|
|
}
|
2020-04-17 22:27:00 +00:00
|
|
|
.reboot-button {
|
|
|
|
width: 145px;
|
|
|
|
text-align: left;
|
|
|
|
padding: 10px;
|
|
|
|
float: right;
|
|
|
|
margin: 0 30px 0 0;
|
|
|
|
}
|
|
|
|
.reboot-button-container {
|
|
|
|
width: 100%;
|
|
|
|
position: fixed;
|
|
|
|
top: 60px;
|
|
|
|
right: 0;
|
|
|
|
z-index: 2000;
|
|
|
|
}
|
2020-02-09 16:52:17 +00:00
|
|
|
.relays-container {
|
|
|
|
margin: 0 15px;
|
|
|
|
}
|
2020-01-21 18:16:56 +00:00
|
|
|
.replacement-input {
|
|
|
|
width: 80%;
|
|
|
|
margin-left: 8px;
|
|
|
|
margin-right: 10px
|
|
|
|
}
|
2020-08-02 00:21:39 +00:00
|
|
|
.sender-input {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2020-01-21 18:16:56 +00:00
|
|
|
.scale-input {
|
|
|
|
width: 47%;
|
|
|
|
margin: 0 1% 5px 0
|
|
|
|
}
|
2020-02-17 22:19:54 +00:00
|
|
|
.setting-input {
|
|
|
|
display: flex;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
2020-06-20 14:08:27 +00:00
|
|
|
.setting-label {
|
|
|
|
font-size: 14px;
|
|
|
|
color: #606266;
|
|
|
|
font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei";
|
|
|
|
font-weight: 700;
|
|
|
|
line-height: 20px;
|
|
|
|
margin: 0 0 14px 0;
|
|
|
|
}
|
2020-02-17 22:19:54 +00:00
|
|
|
.settings-container {
|
2020-02-18 19:20:11 +00:00
|
|
|
max-width: 1824px;
|
|
|
|
margin: auto;
|
2020-02-17 22:19:54 +00:00
|
|
|
.el-tabs {
|
|
|
|
margin-top: 20px
|
|
|
|
}
|
|
|
|
}
|
2020-02-06 18:01:54 +00:00
|
|
|
.settings-delete-button {
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
2020-02-17 22:19:54 +00:00
|
|
|
.settings-docs-button {
|
2020-07-31 12:29:34 +00:00
|
|
|
min-width: 163px;
|
2020-02-17 22:19:54 +00:00
|
|
|
text-align: left;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
.settings-header {
|
2020-04-17 22:27:00 +00:00
|
|
|
margin: 10px 15px 15px 15px;
|
2020-02-17 22:19:54 +00:00
|
|
|
}
|
2020-03-24 16:14:36 +00:00
|
|
|
.header-sidebar-opened {
|
|
|
|
max-width: 1585px;
|
|
|
|
}
|
|
|
|
.header-sidebar-closed {
|
|
|
|
max-width: 1728px;
|
|
|
|
}
|
2020-02-17 22:19:54 +00:00
|
|
|
.settings-header-container {
|
2020-04-17 22:27:00 +00:00
|
|
|
height: 87px;
|
2020-02-18 19:20:11 +00:00
|
|
|
}
|
2020-02-23 21:17:24 +00:00
|
|
|
.settings-search-input {
|
|
|
|
width: 350px;
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
2019-08-09 16:45:25 +00:00
|
|
|
.single-input {
|
|
|
|
margin-right: 10px
|
|
|
|
}
|
2020-02-12 19:52:40 +00:00
|
|
|
.socks5-checkbox {
|
|
|
|
font-size: 14px;
|
|
|
|
color: #606266;
|
|
|
|
font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei";
|
|
|
|
font-weight: 700;
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
.socks5-checkbox-container {
|
|
|
|
width: 40%;
|
|
|
|
height: 36px;
|
|
|
|
margin-right: 5px;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
2020-01-21 18:16:56 +00:00
|
|
|
.ssl-tls-opts {
|
|
|
|
margin: 36px 0 0 0;
|
2019-08-09 16:45:25 +00:00
|
|
|
}
|
2020-01-22 11:58:12 +00:00
|
|
|
.submit-button {
|
|
|
|
float: right;
|
|
|
|
margin: 0 30px 22px 0;
|
|
|
|
}
|
|
|
|
.submit-button-container {
|
|
|
|
width: 100%;
|
|
|
|
position: fixed;
|
|
|
|
bottom: 0px;
|
|
|
|
right: 0;
|
2020-04-27 20:09:11 +00:00
|
|
|
z-index: 2000;
|
2020-01-22 11:58:12 +00:00
|
|
|
}
|
2020-02-16 19:42:25 +00:00
|
|
|
.switch-input {
|
|
|
|
height: 36px;
|
|
|
|
}
|
2019-08-09 16:45:25 +00:00
|
|
|
.text {
|
|
|
|
line-height: 20px;
|
|
|
|
margin-right: 15px
|
|
|
|
}
|
|
|
|
.upload-container {
|
|
|
|
display: flex;
|
|
|
|
align-items: baseline;
|
|
|
|
}
|
|
|
|
.value-input {
|
2019-12-20 18:13:28 +00:00
|
|
|
width: 70%;
|
2019-08-09 16:45:25 +00:00
|
|
|
margin-left: 8px;
|
|
|
|
margin-right: 10px
|
|
|
|
}
|
|
|
|
|
2020-01-30 14:36:35 +00:00
|
|
|
@media only screen and (min-width: 1824px) {
|
2020-04-17 22:27:00 +00:00
|
|
|
.header-sidebar-closed {
|
|
|
|
max-width: 1772px;
|
|
|
|
}
|
|
|
|
.header-sidebar-opened {
|
|
|
|
max-width: 1630px;
|
|
|
|
}
|
|
|
|
.reboot-button-container {
|
|
|
|
width: 100%;
|
|
|
|
max-width: inherit;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
right: auto;
|
|
|
|
}
|
|
|
|
.reboot-sidebar-opened {
|
|
|
|
max-width: 1630px;
|
|
|
|
}
|
|
|
|
.reboot-sidebar-closed {
|
|
|
|
max-width: 1772px;
|
|
|
|
}
|
2020-03-24 16:14:36 +00:00
|
|
|
.sidebar-closed {
|
2020-03-24 12:41:28 +00:00
|
|
|
max-width: 1586px;
|
|
|
|
}
|
2020-03-24 16:14:36 +00:00
|
|
|
.sidebar-opened {
|
|
|
|
max-width: 1442px;
|
|
|
|
}
|
2020-01-30 14:36:35 +00:00
|
|
|
.submit-button-container {
|
2020-03-24 12:41:28 +00:00
|
|
|
width: 100%;
|
|
|
|
max-width: inherit;
|
2020-01-30 14:36:35 +00:00
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
right: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-02-17 22:19:54 +00:00
|
|
|
@media only screen and (max-width:480px) {
|
2020-03-06 22:08:48 +00:00
|
|
|
.crontab {
|
|
|
|
width: 100%;
|
|
|
|
label {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
2020-02-16 19:42:25 +00:00
|
|
|
.delete-setting-button {
|
2020-02-16 20:11:13 +00:00
|
|
|
margin: 4px 0 0 5px;
|
2020-02-16 19:42:25 +00:00
|
|
|
height: 28px;
|
|
|
|
}
|
|
|
|
.delete-setting-button-container {
|
|
|
|
flex: 0 0 auto;
|
|
|
|
}
|
2020-02-06 20:59:01 +00:00
|
|
|
.description > p {
|
|
|
|
line-height: 18px;
|
2020-04-21 22:28:40 +00:00
|
|
|
margin: 0 5px 7px 15px;
|
2020-02-09 16:52:17 +00:00
|
|
|
code {
|
|
|
|
display: inline;
|
|
|
|
line-height: 18px;
|
|
|
|
padding: 2px 3px;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
2020-02-06 20:59:01 +00:00
|
|
|
}
|
2020-06-30 22:35:17 +00:00
|
|
|
.description-container {
|
|
|
|
margin: 0 15px 22px 15px;
|
|
|
|
}
|
2020-02-15 11:25:45 +00:00
|
|
|
.divider {
|
|
|
|
margin: 0 0 10px 0;
|
|
|
|
}
|
2020-02-15 11:53:48 +00:00
|
|
|
.divider .thick-line {
|
|
|
|
height: 2px;
|
|
|
|
}
|
2020-02-09 16:52:17 +00:00
|
|
|
.follow-relay {
|
2020-08-18 23:56:05 +00:00
|
|
|
width: 75%;
|
2020-02-09 16:52:17 +00:00
|
|
|
margin-right: 5px;
|
|
|
|
input {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.follow-relay-container {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
2020-08-18 23:56:05 +00:00
|
|
|
margin: 0 5px;
|
2020-02-09 16:52:17 +00:00
|
|
|
}
|
2020-04-17 22:27:00 +00:00
|
|
|
h1 {
|
|
|
|
font-size: 24px;
|
|
|
|
}
|
2020-02-16 19:42:25 +00:00
|
|
|
.input {
|
|
|
|
flex: 1 1 auto;
|
|
|
|
}
|
2020-02-06 18:01:54 +00:00
|
|
|
.input-container {
|
2020-02-06 18:54:58 +00:00
|
|
|
width: 100%;
|
2020-02-15 11:25:45 +00:00
|
|
|
.el-form-item:first-child {
|
2020-02-13 16:18:25 +00:00
|
|
|
margin: 0;
|
2020-04-21 22:28:40 +00:00
|
|
|
padding: 0 15px 10px 15px;
|
2020-02-07 23:59:45 +00:00
|
|
|
}
|
2020-03-06 22:08:48 +00:00
|
|
|
.el-form-item.crontab-container:first-child {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0 ;
|
|
|
|
}
|
2020-02-16 20:11:13 +00:00
|
|
|
.el-form-item:first-child .mascot-form-item {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.el-form-item:first-child .rate-limit {
|
|
|
|
padding: 0;
|
|
|
|
}
|
2020-02-06 18:01:54 +00:00
|
|
|
.settings-delete-button {
|
2020-02-17 22:19:54 +00:00
|
|
|
margin-top: 4px;
|
|
|
|
float: right;
|
2020-02-06 18:01:54 +00:00
|
|
|
}
|
2019-08-09 16:45:25 +00:00
|
|
|
}
|
2020-02-16 19:42:25 +00:00
|
|
|
.input-row {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
2020-04-22 17:50:15 +00:00
|
|
|
.label-with-margin {
|
|
|
|
margin-left: 15px;
|
|
|
|
}
|
2020-02-13 16:18:25 +00:00
|
|
|
.limit-input {
|
2020-02-17 22:40:18 +00:00
|
|
|
width: 45%;
|
2020-02-13 16:18:25 +00:00
|
|
|
}
|
2020-02-23 21:17:24 +00:00
|
|
|
.nav-container {
|
|
|
|
display: flex;
|
|
|
|
height: 36px;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
margin: 15px;
|
|
|
|
}
|
2020-02-12 19:52:40 +00:00
|
|
|
.proxy-url-input {
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: flex-start;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
.proxy-url-host-input {
|
|
|
|
width: 100%;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
.proxy-url-value-input {
|
|
|
|
width: 100%;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
2020-02-14 21:11:23 +00:00
|
|
|
.prune-options {
|
|
|
|
flex-direction: column;
|
2020-02-16 19:42:25 +00:00
|
|
|
height: 80px;
|
2020-02-14 21:11:23 +00:00
|
|
|
}
|
2020-02-13 16:18:25 +00:00
|
|
|
.rate-limit {
|
|
|
|
.el-form-item__content {
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
}
|
2020-06-30 22:35:17 +00:00
|
|
|
.rate-limit-content {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2020-02-13 16:18:25 +00:00
|
|
|
.rate-limit-label {
|
|
|
|
float: left;
|
|
|
|
}
|
2020-06-30 22:35:17 +00:00
|
|
|
.rate-limit-label-container {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2020-04-17 22:27:00 +00:00
|
|
|
.reboot-button {
|
|
|
|
margin: 0 15px 0 0;
|
|
|
|
}
|
|
|
|
.reboot-button-container {
|
|
|
|
top: 57px;
|
|
|
|
}
|
2020-02-13 16:18:25 +00:00
|
|
|
.scale-input {
|
2020-02-17 22:40:18 +00:00
|
|
|
width: 45%;
|
2020-02-13 16:18:25 +00:00
|
|
|
}
|
2020-02-17 22:19:54 +00:00
|
|
|
.settings-header {
|
2020-02-18 19:20:11 +00:00
|
|
|
width: fit-content;
|
|
|
|
display: inline-block;
|
2020-03-18 18:09:25 +00:00
|
|
|
margin: 10px 15px 15px 15px;
|
2020-02-17 22:19:54 +00:00
|
|
|
}
|
2020-04-17 22:27:00 +00:00
|
|
|
.docs-search-container {
|
|
|
|
float: right;
|
|
|
|
}
|
2020-02-23 21:17:24 +00:00
|
|
|
.settings-search-input {
|
|
|
|
width: 100%;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
.settings-search-input-container {
|
|
|
|
margin: 0 15px 15px 15px;
|
2020-02-18 19:20:11 +00:00
|
|
|
}
|
2020-02-17 22:19:54 +00:00
|
|
|
.settings-menu {
|
|
|
|
width: 163px;
|
2020-04-17 22:27:00 +00:00
|
|
|
margin-right: 5px;
|
2020-02-17 22:19:54 +00:00
|
|
|
}
|
2020-02-12 19:52:40 +00:00
|
|
|
.socks5-checkbox-container {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2020-02-15 11:25:45 +00:00
|
|
|
.submit-button {
|
|
|
|
margin: 0 15px 22px 0;
|
|
|
|
}
|
2019-08-09 16:45:25 +00:00
|
|
|
.el-input__inner {
|
|
|
|
padding: 0 5px 0 5px
|
|
|
|
}
|
|
|
|
.el-form-item__label:not(.no-top-margin) {
|
2020-04-21 22:28:40 +00:00
|
|
|
padding-bottom: 5px;
|
2019-08-09 16:45:25 +00:00
|
|
|
line-height: 22px;
|
|
|
|
margin-top: 7px;
|
2020-04-23 19:26:07 +00:00
|
|
|
width: 100%;
|
2020-07-31 13:17:38 +00:00
|
|
|
pointer-events: none;
|
2020-04-23 19:26:07 +00:00
|
|
|
span {
|
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: baseline;
|
|
|
|
}
|
2020-07-31 13:17:38 +00:00
|
|
|
button {
|
|
|
|
pointer-events: auto;
|
|
|
|
}
|
2019-08-09 16:45:25 +00:00
|
|
|
}
|
|
|
|
.el-message {
|
|
|
|
min-width: 80%;
|
|
|
|
}
|
2020-08-05 22:11:51 +00:00
|
|
|
.el-message-box {
|
|
|
|
width: 80%;
|
|
|
|
}
|
2019-08-09 16:45:25 +00:00
|
|
|
.el-select__tags {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
2020-02-06 18:54:58 +00:00
|
|
|
.expl, .expl > p {
|
|
|
|
line-height: 16px;
|
|
|
|
}
|
|
|
|
.icon-key-input {
|
|
|
|
width: 40%;
|
|
|
|
margin-right: 4px
|
|
|
|
}
|
|
|
|
.icon-minus-button {
|
|
|
|
width: 28px;
|
|
|
|
height: 28px;
|
|
|
|
margin-top: 4px;
|
|
|
|
}
|
|
|
|
.icon-values-container {
|
|
|
|
margin: 0 7px 7px 0;
|
|
|
|
}
|
|
|
|
.icon-value-input {
|
|
|
|
width: 60%;
|
|
|
|
margin-left: 4px;
|
|
|
|
}
|
|
|
|
.icons-button-container {
|
|
|
|
line-height: 24px;
|
|
|
|
}
|
|
|
|
.line {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
2020-04-22 17:50:15 +00:00
|
|
|
.mascot-form-item {
|
|
|
|
.el-form-item__label:not(.no-top-margin) {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
}
|
2020-02-06 20:59:01 +00:00
|
|
|
.mascot-container {
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
2019-08-09 16:45:25 +00:00
|
|
|
.name-input {
|
2020-01-30 14:36:35 +00:00
|
|
|
width: 40%;
|
|
|
|
margin-right: 5px
|
2019-08-09 16:45:25 +00:00
|
|
|
}
|
|
|
|
p.expl {
|
|
|
|
line-height: 20px;
|
|
|
|
}
|
|
|
|
.pattern-input {
|
|
|
|
width: 40%;
|
|
|
|
margin-right: 4px
|
|
|
|
}
|
2020-02-09 16:52:17 +00:00
|
|
|
.relays-container {
|
|
|
|
margin: 0 10px;
|
|
|
|
}
|
2019-08-09 16:45:25 +00:00
|
|
|
.replacement-input {
|
|
|
|
width: 60%;
|
|
|
|
margin-left: 4px;
|
|
|
|
margin-right: 5px
|
|
|
|
}
|
2020-04-17 22:27:00 +00:00
|
|
|
.settings-header-container {
|
|
|
|
height: 45px;
|
|
|
|
}
|
2019-08-09 16:45:25 +00:00
|
|
|
.value-input {
|
|
|
|
width: 60%;
|
|
|
|
margin-left: 5px;
|
|
|
|
margin-right: 8px
|
|
|
|
}
|
|
|
|
}
|
2020-03-22 17:44:08 +00:00
|
|
|
@media only screen and (max-width:818px) and (min-width: 481px) {
|
2020-02-17 22:19:54 +00:00
|
|
|
.delete-setting-button {
|
|
|
|
margin: 4px 0 0 10px;
|
|
|
|
height: 28px;
|
|
|
|
}
|
|
|
|
.delete-setting-button-container {
|
|
|
|
flex: 0 0 auto;
|
|
|
|
}
|
|
|
|
.description > p {
|
|
|
|
line-height: 18px;
|
|
|
|
margin: 0 15px 10px 0;
|
|
|
|
}
|
|
|
|
.icon-minus-button {
|
|
|
|
width: 28px;
|
|
|
|
height: 28px;
|
|
|
|
margin-top: 4px;
|
|
|
|
}
|
|
|
|
.input {
|
|
|
|
flex: 1 1 auto;
|
|
|
|
}
|
|
|
|
.input-container {
|
|
|
|
.el-form-item__label {
|
|
|
|
span {
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.input-row {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
2020-02-18 19:20:11 +00:00
|
|
|
.nav-container {
|
|
|
|
display: flex;
|
|
|
|
height: 36px;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
margin: 15px 30px 15px 15px;
|
|
|
|
}
|
2020-06-30 22:35:17 +00:00
|
|
|
.rate-limit-content {
|
|
|
|
width: 65%;
|
|
|
|
}
|
2020-02-17 22:19:54 +00:00
|
|
|
.rate-limit-label-container {
|
2020-06-30 22:35:17 +00:00
|
|
|
width: 35%;
|
2020-02-17 22:19:54 +00:00
|
|
|
}
|
|
|
|
.settings-delete-button {
|
|
|
|
float: right;
|
|
|
|
}
|
2020-04-17 22:27:00 +00:00
|
|
|
.settings-header-container {
|
|
|
|
height: 36px;
|
|
|
|
}
|
2020-02-23 21:17:24 +00:00
|
|
|
.settings-search-input {
|
|
|
|
width: 250px;
|
|
|
|
margin: 0 0 15px 15px;
|
|
|
|
}
|
2020-02-17 22:19:54 +00:00
|
|
|
}
|
2019-08-09 16:45:25 +00:00
|
|
|
}
|
2020-09-13 19:40:03 +00:00
|
|
|
|
|
|
|
@mixin tiptap {
|
|
|
|
.editor {
|
|
|
|
position: relative;
|
|
|
|
border-radius: 4px;
|
|
|
|
border: 1px solid #DCDFE6;
|
|
|
|
padding: 10px;
|
|
|
|
|
|
|
|
&__content {
|
|
|
|
|
|
|
|
overflow-wrap: break-word;
|
|
|
|
word-wrap: break-word;
|
|
|
|
word-break: break-word;
|
|
|
|
padding-left: 10px;
|
|
|
|
|
|
|
|
* {
|
|
|
|
caret-color: currentColor;
|
|
|
|
}
|
|
|
|
|
|
|
|
pre {
|
|
|
|
border-radius: 5px;
|
|
|
|
font-size: 0.8rem;
|
|
|
|
overflow-x: auto;
|
|
|
|
|
|
|
|
code {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
p code {
|
|
|
|
border-radius: 5px;
|
|
|
|
font-size: 0.8rem;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul,
|
|
|
|
ol {
|
|
|
|
padding-left: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
li > p,
|
|
|
|
li > ol,
|
|
|
|
li > ul {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
blockquote {
|
|
|
|
border-left: 3px solid rgba(#000000, 0.1);
|
|
|
|
color: rgba(#000000, 0.8);
|
|
|
|
padding-left: 0.8rem;
|
|
|
|
font-style: italic;
|
|
|
|
|
|
|
|
p {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
|
|
|
max-width: 100%;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
table {
|
|
|
|
border-collapse: collapse;
|
|
|
|
table-layout: fixed;
|
|
|
|
width: 100%;
|
|
|
|
margin: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
td, th {
|
|
|
|
min-width: 1em;
|
|
|
|
border: 2px solid #dddddd;
|
|
|
|
padding: 3px 5px;
|
|
|
|
vertical-align: top;
|
|
|
|
box-sizing: border-box;
|
|
|
|
position: relative;
|
|
|
|
> * {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
th {
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.selectedCell:after {
|
|
|
|
z-index: 2;
|
|
|
|
position: absolute;
|
|
|
|
content: "";
|
|
|
|
left: 0; right: 0; top: 0; bottom: 0;
|
|
|
|
background: rgba(200, 200, 255, 0.4);
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.column-resize-handle {
|
|
|
|
position: absolute;
|
|
|
|
right: -2px; top: 0; bottom: 0;
|
|
|
|
width: 4px;
|
|
|
|
z-index: 20;
|
|
|
|
background-color: #adf;
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.tableWrapper {
|
|
|
|
margin: 1em 0;
|
|
|
|
overflow-x: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.resize-cursor {
|
|
|
|
cursor: ew-resize;
|
|
|
|
cursor: col-resize;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.editor-form-item {
|
|
|
|
margin-right: 30px;
|
|
|
|
}
|
|
|
|
.menubar {
|
|
|
|
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
transition: visibility 0.2s 0.4s, opacity 0.2s 0.4s;
|
|
|
|
|
|
|
|
&.is-hidden {
|
|
|
|
visibility: hidden;
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.is-focused {
|
|
|
|
visibility: visible;
|
|
|
|
opacity: 1;
|
|
|
|
transition: visibility 0.2s, opacity 0.2s;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__button {
|
|
|
|
font-weight: bold;
|
|
|
|
display: inline-flex;
|
|
|
|
background: transparent;
|
|
|
|
border: 0;
|
|
|
|
color: #000000;
|
|
|
|
padding: 0.2rem 0.5rem;
|
|
|
|
margin-right: 0.2rem;
|
|
|
|
border-radius: 3px;
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
background-color: rgba(#000000, 0.05);
|
|
|
|
}
|
|
|
|
|
|
|
|
&.is-active {
|
|
|
|
background-color: rgba(#000000, 0.1);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
span#{&}__button {
|
|
|
|
font-size: 13.3333px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|