This commit is contained in:
Joseph Cheung 2023-02-23 14:08:24 +08:00
parent 4a6d6d78b9
commit b093184b6b
6 changed files with 8 additions and 6 deletions

View file

@ -534,6 +534,8 @@ article[data-vim-selected].category-social {
display: flex;
flex-flow: column;
justify-content: flex-end;
flex-wrap: wrap;
flex-direction: row;
form {
display: inline-block;
@ -621,7 +623,7 @@ article[data-vim-selected].category-social {
}
#sidebar {
// grid-area: sidebar;
grid-area: sidebar;
word-wrap: break-word;
color: var(--color-sidebar-font);