Format code

This commit is contained in:
2023-06-23 13:20:27 +08:00
parent 2b67016ec9
commit 4e5dbd8390
2 changed files with 23 additions and 23 deletions

View File

@@ -73,38 +73,34 @@
margin: 0 10px;
}
.settings .text-box .text {
display: flex;
justify-content: space-between;
align-items: center;
}
.settings .text-box .text .mdc-text-field::after{
.settings .text-box .text .mdc-text-field::after {
width: 0;
}
.settings .text-box .text .mdc-text-field::before{
.settings .text-box .text .mdc-text-field::before {
width: 0;
}
.settings .ua {
position: relative;
}
.settings .ua > button {
.settings .ua>button {
position: absolute;
top: 30px;
left: -10px;
}
@media (max-width:767px) {
}
@media (max-width:767px) {}
@media (max-width:1280px) {
.settings {
margin: 0;
}
}
}