Adjust icon position on the right sidebar (#368)

This commit is contained in:
TAKAHASHI Shuuji 2023-01-08 02:34:48 +09:00 committed by GitHub
parent 925ff6edcd
commit 35b14066a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1631,6 +1631,11 @@ form .post {
font-size: 22px;
}
.right-column nav a .fa-solid {
display: flex;
justify-content: center;
}
.right-column h3 {
visibility: hidden;
}