minor UI fix
This commit is contained in:
parent
8f8bfcad85
commit
2a323f030a
@ -824,7 +824,8 @@ theme-toggle {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#article_map_container {
|
#article_map_container {
|
||||||
display: grid;
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
gap: 0.5rem;
|
gap: 0.5rem;
|
||||||
}
|
}
|
||||||
#article_map_container button {
|
#article_map_container button {
|
||||||
@ -1292,8 +1293,8 @@ theme-toggle {
|
|||||||
position: -webkit-sticky;
|
position: -webkit-sticky;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0;
|
top: 0;
|
||||||
display: grid;
|
display: flex;
|
||||||
grid-template-rows: 1fr auto;
|
flex-direction: column;
|
||||||
padding: 1.5rem;
|
padding: 1.5rem;
|
||||||
width: 20rem;
|
width: 20rem;
|
||||||
height: 100vh;
|
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;
|
z-index: 5;
|
||||||
}
|
}
|
||||||
#article_map_container {
|
#article_map_container {
|
||||||
display: grid;
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
gap: 0.5rem;
|
gap: 0.5rem;
|
||||||
button {
|
button {
|
||||||
line-height: 1.3;
|
line-height: 1.3;
|
||||||
@ -1213,8 +1214,8 @@ theme-toggle {
|
|||||||
#article_aside {
|
#article_aside {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0;
|
top: 0;
|
||||||
display: grid;
|
display: flex;
|
||||||
grid-template-rows: 1fr auto;
|
flex-direction: column;
|
||||||
padding: 1.5rem;
|
padding: 1.5rem;
|
||||||
width: 20rem;
|
width: 20rem;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user