update: layout styles in overview and article pages
This commit is contained in:
-1
Submodule articles deleted from 6cd6a02396
@@ -44,6 +44,7 @@
|
||||
margin-left: 0.5em;
|
||||
padding-left: 0.25em;
|
||||
border-left: 1px solid var(--line-primary);
|
||||
box-sizing: border-box;
|
||||
}
|
||||
ul {
|
||||
border-left: none;
|
||||
|
||||
@@ -131,15 +131,15 @@
|
||||
.card-container {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
overflow-y: auto;
|
||||
background-color: var(--background-primary);
|
||||
box-sizing: border-box;
|
||||
padding: 20px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
overflow: visible;
|
||||
.card {
|
||||
width: 300px;
|
||||
width: 100px;
|
||||
padding: 0.5em 0;
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user