Update index.css
This commit is contained in:
parent
05f4bc5e1c
commit
b6a04f8d62
1 changed files with 4 additions and 3 deletions
|
|
@ -1,11 +1,12 @@
|
|||
.Header {
|
||||
display: flex;
|
||||
height: 48px;
|
||||
height: 34px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.Header .right button:first-child {
|
||||
margin-right: 8px;
|
||||
.Header .right {
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.Header .push {
|
||||
|
|
|
|||
Loading…
Reference in a new issue