Fix selecting user avatars in activity

This commit is contained in:
Samuel Elliott 2019-03-18 20:19:05 +00:00
parent e3b7880f8f
commit 1f1fe1c233
No known key found for this signature in database
GPG Key ID: 8420C7CDE43DC4D6
1 changed files with 3 additions and 3 deletions

View File

@ -1,13 +1,13 @@
// sass-lint:disable-all
body:not(.bd-hideButton) {
[class*='layer-'] > * > [class*='wrapper-'] {
[class*='layers-'] > [class*='layer-'] > * > [class*='wrapper-'] {
padding-top: 49px !important;
}
.platform-osx [class*='layer-'] > * > [class*='wrapper-'] {
.platform-osx [class*='layers-'] > [class*='layer-'] > * > [class*='wrapper-'] {
margin-top: 26px;
}
[class*='layer-'] > * > [class*='wrapper-'] + [class*='flex'] {
[class*='layers-'] > [class*='layer-'] > * > [class*='wrapper-'] + [class*='flex'] {
border-radius: 0 0 0 5px;
}