Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
jc3213 authored Nov 6, 2024
1 parent 7cd3c68 commit 1a2759d
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions manager/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,27 @@ body {

textarea {
padding: 3px;
width: calc(100% - 12px);
resize: none;
border-width: 1px;
border-style: inset;
overflow-y: auto;
overflow-x: hidden;
resize: none;
width: calc(100% - 12px);
}

body:not(.adduri) > #adduri, body:not(.setting) > #setting {
display: none;
}

#menu, #adduri, #setting {
padding: 8px;
position: fixed;
z-index: 999999;
}

#menu {
border-width: 0px 1px 1px;
border-style: solid;
padding: 8px;
top: 0px;
width: 1262px;
}
Expand All @@ -35,7 +35,7 @@ body:not(.adduri) > #adduri, body:not(.setting) > #setting {
border-style: solid;
}

#queue, #choose, #adduri, #setting {
#choose, #adduri, #setting {
top: 56px;
}

Expand All @@ -54,22 +54,25 @@ body:not(.adduri) > #adduri, body:not(.setting) > #setting {
#adduri, #setting {
right: calc(50% - 640px);
width: 600px;
padding: 8px;
}

#setting > :first-child {
margin-top: 0px;
}

#aria2_ver {
padding: 4px;
margin-right: 3px;
padding: 4px;
}

#aria2_ver::before {
content: "v";
}

#queue {
margin-top: 56px;
}

.adduri #download, .setting #options {
border-style: inset;
}
Expand Down

0 comments on commit 1a2759d

Please sign in to comment.