This commit is contained in:
huangjx
2022-02-17 20:32:07 +08:00
parent 5c05ce5e8b
commit 228588d25d
7 changed files with 33 additions and 6 deletions

View File

@@ -113,6 +113,7 @@ export default {
display: flex;
width: 100%;
height: $column-height;
font-size: medium;
.action-group {
width: 100%;
}
@@ -156,6 +157,9 @@ export default {
& div,
& select {
height: 100%;
color: #181616;
font-size: medium;
background-color: #bdbdcf;
}
}
}
@@ -191,11 +195,18 @@ export default {
background-color: #d0d0e0;
}
.search-torrents,
.youtube-dl-link,
.magnet-link,
.choose-file {
color: #181616;
}
.checkboxes {
background-color: #c4c4d9;
padding: 5px 1px;
}
input,
select,
button {
margin: 0px;
border: 0px;

View File

@@ -29,6 +29,8 @@ export default {
height: 100%;
margin: 0px;
background-color: $bg-color;
font-size: medium;
color: #181616;
}
}
@media only screen and (max-width: 1024px) {