minor UI fix
This commit is contained in:
parent
8f8bfcad85
commit
2a323f030a
@ -824,7 +824,8 @@ theme-toggle {
|
||||
}
|
||||
|
||||
#article_map_container {
|
||||
display: grid;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 0.5rem;
|
||||
}
|
||||
#article_map_container button {
|
||||
@ -1292,8 +1293,8 @@ theme-toggle {
|
||||
position: -webkit-sticky;
|
||||
position: sticky;
|
||||
top: 0;
|
||||
display: grid;
|
||||
grid-template-rows: 1fr auto;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding: 1.5rem;
|
||||
width: 20rem;
|
||||
height: 100vh;
|
||||
|
||||
2
css/main.min.css
vendored
2
css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -777,7 +777,8 @@ theme-toggle {
|
||||
z-index: 5;
|
||||
}
|
||||
#article_map_container {
|
||||
display: grid;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 0.5rem;
|
||||
button {
|
||||
line-height: 1.3;
|
||||
@ -1213,8 +1214,8 @@ theme-toggle {
|
||||
#article_aside {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
display: grid;
|
||||
grid-template-rows: 1fr auto;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding: 1.5rem;
|
||||
width: 20rem;
|
||||
height: 100vh;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user