Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cophilot committed Jan 19, 2024
1 parent 54b3095 commit 229a07d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/app/settings/settings-pages/stylesheet.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,20 +67,22 @@
}
}
input {
width: 100%;
width: 200px !important;
border: none;
border-radius: 5px;
padding: 5px;
margin: 5px;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
cursor: default;
background: var(--header-color);
color: var(--text-color);
cursor: text !important;
&:focus {
outline: none;
}
}
select {
width: 210px !important;

padding: 5px;
margin: 5px;
margin-right: 20px;
Expand Down Expand Up @@ -116,4 +118,4 @@
}
}
}
};
}

0 comments on commit 229a07d

Please sign in to comment.