Increase sidebar width a bit

This commit is contained in:
James Lyne 2021-06-23 22:57:47 +01:00
parent 8fd92267b8
commit d39a17d627

View File

@ -217,7 +217,7 @@ export default defineComponent({
pointer-events: auto;
margin-right: -0.5rem;
padding: 0.2rem 0.5rem 0 0.2rem;
width: 24rem;
width: 25rem;
align-items: flex-end;
overscroll-behavior: contain;
@ -235,7 +235,7 @@ export default defineComponent({
margin-bottom: 1rem;
box-sizing: border-box;
width: 100%;
max-width: 23rem;
max-width: 25rem;
flex: 0 0 auto;
.section__heading {