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 {
|
.Header {
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 48px;
|
height: 34px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.Header .right button:first-child {
|
.Header .right {
|
||||||
margin-right: 8px;
|
display: flex;
|
||||||
|
gap: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.Header .push {
|
.Header .push {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue