fix some style
This commit is contained in:
parent
786a02eb6a
commit
484798310d
@ -521,7 +521,7 @@ watch(
|
||||
|
||||
.graphbase {
|
||||
padding: 8px 16px;
|
||||
border-radius: 12px;
|
||||
border-radius: 8px;
|
||||
cursor: pointer;
|
||||
transition: background-color 0.3s;
|
||||
|
||||
@ -688,6 +688,10 @@ watch(
|
||||
height: auto;
|
||||
padding: 0.5rem;
|
||||
|
||||
&:focus-within {
|
||||
background-color: #F2F2F2;
|
||||
}
|
||||
|
||||
.user-input {
|
||||
flex: 1;
|
||||
height: 40px;
|
||||
|
||||
@ -122,7 +122,7 @@ div.header, #app-router-view {
|
||||
.logo {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
margin: 30px 0;
|
||||
margin: 18px 0 35px 0;
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
@ -164,7 +164,8 @@ div.header, #app-router-view {
|
||||
width: auto;
|
||||
font-size: 20px;
|
||||
color: #333;
|
||||
margin: 20px 0;
|
||||
margin-bottom: 20px;
|
||||
margin-top: 10px;
|
||||
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user