Simple Managment webapp [LLM]
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 10px;
|
||||
padding: 0 16px;
|
||||
background: #001529;
|
||||
color: #fff;
|
||||
@@ -25,6 +26,12 @@
|
||||
font-weight: 600;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
|
||||
.sidebar-logo-img {
|
||||
height: 32px;
|
||||
width: auto;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.app-header {
|
||||
@@ -64,11 +71,6 @@
|
||||
color: #666;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.header-logo {
|
||||
height: 36px;
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.content-area {
|
||||
|
||||
Reference in New Issue
Block a user