...vibing UI and fixing doc links
This commit is contained in:
@@ -6,15 +6,18 @@
|
||||
|
||||
main {
|
||||
flex: 1;
|
||||
background: #0f0f0f;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
|
||||
background: #141414;
|
||||
border-right: 1px solid #222;
|
||||
}
|
||||
|
||||
.top-row {
|
||||
background-color: #f7f7f7;
|
||||
border-bottom: 1px solid #d6d5d5;
|
||||
background-color: #1a1a1a;
|
||||
border-bottom: 1px solid #2a2a2a;
|
||||
justify-content: flex-end;
|
||||
height: 3.5rem;
|
||||
display: flex;
|
||||
@@ -40,10 +43,6 @@ main {
|
||||
.top-row {
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.top-row ::deep a, .top-row ::deep .btn-link {
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 641px) {
|
||||
|
||||
Reference in New Issue
Block a user