forked from React-Group/interstellar_ai
settings button visual fix
This commit is contained in:
parent
6d71e17e61
commit
5f8a18878d
1 changed files with 2 additions and 2 deletions
|
@ -84,9 +84,9 @@ header{
|
||||||
|
|
||||||
.header-login-button{
|
.header-login-button{
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width:4vw;
|
width:max-content;
|
||||||
font-size: var(--font-size);
|
font-size: var(--font-size);
|
||||||
padding: 3px;
|
padding: 0.5vw 1vw;
|
||||||
background-color: var(--input-button-color);
|
background-color: var(--input-button-color);
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
border: none;
|
border: none;
|
||||||
|
|
Loading…
Reference in a new issue