Optimized the position of avatar.

This commit is contained in:
Cotes Chung 2020-01-11 22:55:44 +08:00
parent e09fd4d6c8
commit 9bd0b1bdf8
1 changed files with 5 additions and 0 deletions

View File

@ -922,6 +922,11 @@ div.tooltip-inner { /* Overrided BS4 Tooltip */
/* Sidebar is visibal */
@media all and (min-width: 831px) {
#profile-wrapper {
margin-top: 3rem;
}
#search-wrapper {
width: 22%;
min-width: 150px;