update: layout styles in overview and article pages
This commit is contained in:
parent
bafa8e4d18
commit
5c05db4580
1
articles
1
articles
|
@ -1 +0,0 @@
|
|||
Subproject commit 6cd6a02396ef9ff5786bffaf082a6e72bf1a135f
|
|
@ -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;
|
||||
|
|
|
@ -115,7 +115,7 @@
|
|||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
align-items: start;
|
||||
align-items: start;
|
||||
.content {
|
||||
border: 1px solid var(--line-primary);
|
||||
border-top: none;
|
||||
|
@ -131,17 +131,17 @@
|
|||
.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;
|
||||
overflow: visible;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user