bigger logo
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
.header-bar {
|
.header-bar {
|
||||||
background-color: var(--surface-color);
|
background-color: var(--surface-color);
|
||||||
border-bottom: 1px solid var(--border-color);
|
border-bottom: 1px solid var(--border-color);
|
||||||
padding: 32px 24px;
|
padding: 20px 24px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 16px;
|
gap: 16px;
|
||||||
@@ -23,13 +23,17 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
gap: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-logo {
|
.header-logo {
|
||||||
height: 108px;
|
height: 120px;
|
||||||
width: auto;
|
width: auto;
|
||||||
vertical-align: middle;
|
display: block;
|
||||||
margin-right: 0px;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.role-badge {
|
.role-badge {
|
||||||
@@ -69,4 +73,4 @@
|
|||||||
|
|
||||||
.ip-separator {
|
.ip-separator {
|
||||||
color: var(--border-color);
|
color: var(--border-color);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user