mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
More padding
This commit is contained in:
parent
7b3f5d0300
commit
8a6d36f9c5
2 changed files with 4 additions and 0 deletions
|
@ -189,6 +189,8 @@ const onClick = (ev: MouseEvent) => {
|
|||
> .input {
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
margin-left: 0.2rem;
|
||||
margin-right: 0.2rem;
|
||||
|
||||
&:hover {
|
||||
> .select {
|
||||
|
|
|
@ -152,6 +152,8 @@ export default defineComponent({
|
|||
overflow: clip;
|
||||
box-sizing: border-box;
|
||||
transition: background 0.1s ease;
|
||||
margin-right: 0.2rem;
|
||||
margin-left: 0.2rem;
|
||||
|
||||
&:not(:disabled):hover {
|
||||
background: var(--buttonHoverBg);
|
||||
|
|
Loading…
Add table
Reference in a new issue