Fix rate-limiters styles

This commit is contained in:
Angelina Filippova 2020-07-01 01:35:17 +03:00
parent d447ffd314
commit f498dcfefe

View file

@ -218,7 +218,7 @@
width: 100%; width: 100%;
} }
.rate-limit-content { .rate-limit-content {
width: 100%; width: 70%;
} }
.rate-limit-label { .rate-limit-label {
float: right; float: right;
@ -228,8 +228,8 @@
color: #606266; color: #606266;
font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei"; font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei";
font-weight: 700; font-weight: 700;
height: 36px; height: fit-content;
width: 100%; width: 30%;
margin-right: 10px; margin-right: 10px;
} }
.reboot-button { .reboot-button {
@ -408,6 +408,9 @@
font-size: 14px; font-size: 14px;
} }
} }
.description-container {
margin: 0 15px 22px 15px;
}
.divider { .divider {
margin: 0 0 10px 0; margin: 0 0 10px 0;
} }
@ -491,9 +494,15 @@
flex-direction: column; flex-direction: column;
} }
} }
.rate-limit-content {
width: 100%;
}
.rate-limit-label { .rate-limit-label {
float: left; float: left;
} }
.rate-limit-label-container {
width: 100%;
}
.reboot-button { .reboot-button {
margin: 0 15px 0 0; margin: 0 15px 0 0;
} }
@ -649,8 +658,11 @@
align-items: center; align-items: center;
margin: 15px 30px 15px 15px; margin: 15px 30px 15px 15px;
} }
.rate-limit-content {
width: 65%;
}
.rate-limit-label-container { .rate-limit-label-container {
width: 250px; width: 35%;
} }
.settings-delete-button { .settings-delete-button {
float: right; float: right;