Add app logo and favicon
This commit is contained in:
@@ -81,8 +81,23 @@ textarea {
|
||||
}
|
||||
|
||||
.brand {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.brand img {
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
flex: 0 0 auto;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
.brand div {
|
||||
display: grid;
|
||||
gap: 2px;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.brand span {
|
||||
|
||||
Reference in New Issue
Block a user