ui: add logo and favicon
This commit is contained in:
@ -177,6 +177,8 @@ header p {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.header-main i {
|
||||
@ -184,6 +186,12 @@ header p {
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
.header-logo {
|
||||
height: 34px;
|
||||
width: auto;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.header-meta {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user