diff --git a/app/modules/profile/profile.scss b/app/modules/profile/profile.scss index 62b1d1bf..a3d10efd 100644 --- a/app/modules/profile/profile.scss +++ b/app/modules/profile/profile.scss @@ -33,6 +33,7 @@ max-width: 3rem; } } + } .profile-sidebar { flex-basis: 150px; diff --git a/app/modules/user-timeline/user-timeline/user-timeline.scss b/app/modules/user-timeline/user-timeline/user-timeline.scss index b5df11cb..d6b2372e 100644 --- a/app/modules/user-timeline/user-timeline/user-timeline.scss +++ b/app/modules/user-timeline/user-timeline/user-timeline.scss @@ -82,4 +82,13 @@ margin-right: .3rem; } } + .spin { + margin: 10% auto; + width: 3rem; + img { + @extend %loading-spinner; + max-height: 3rem; + max-width: 3rem; + } + } } diff --git a/app/styles/modules/common/nav.scss b/app/styles/modules/common/nav.scss index 61b6e6e8..b316bcd1 100644 --- a/app/styles/modules/common/nav.scss +++ b/app/styles/modules/common/nav.scss @@ -3,7 +3,7 @@ $label-arrow-wh: 12px; tg-project-menu { background-color: $dark-taiga; background-image: url('../images/menu.png'); - background-position: 0% 100%; + background-position: 0 100%; min-height: 100vh; padding: 1rem 0; text-transform: uppercase;