forked from React-Group/interstellar_ai
Button padding optimizing
This commit is contained in:
parent
72e6225f09
commit
fc487a2450
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@
|
||||||
background-color: var(--button-background-color);
|
background-color: var(--button-background-color);
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
padding-top: 0;
|
||||||
transition: background-color 0.3s ease;
|
transition: background-color 0.3s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue