minor UI fix

This commit is contained in:
sairaj mote 2022-05-26 23:46:37 +05:30
parent 8f8bfcad85
commit 2a323f030a
3 changed files with 9 additions and 7 deletions

View File

@ -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

File diff suppressed because one or more lines are too long

View File

@ -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;