mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
FIX: avatar flair position on mobile
This commit is contained in:
parent
9a6f54de6c
commit
fb7409f982
3 changed files with 6 additions and 10 deletions
|
@ -691,13 +691,6 @@ section.details {
|
|||
.avatar-wrapper {
|
||||
background-color: #f4f4f4;
|
||||
}
|
||||
|
||||
.avatar-flair.demo {
|
||||
top: 25px;
|
||||
&.rounded {
|
||||
top: 23px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.form-horizontal {
|
||||
.flair_inputs {
|
||||
|
|
|
@ -153,6 +153,10 @@ aside.quote {
|
|||
}
|
||||
}
|
||||
|
||||
.topic-avatar {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.topic-avatar .avatar-flair, .avatar-flair-preview .avatar-flair {
|
||||
display: block;
|
||||
background-size: 20px 20px;
|
||||
|
@ -161,14 +165,14 @@ aside.quote {
|
|||
width: 20px;
|
||||
height: 20px;
|
||||
position: absolute;
|
||||
top: 40px;
|
||||
bottom: 0;
|
||||
right: -6px;
|
||||
&.rounded {
|
||||
background-size: 18px 18px;
|
||||
border-radius: 12px;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
top: 38px;
|
||||
bottom: -2px;
|
||||
right: -8px;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -636,7 +636,6 @@ $topic-avatar-width: 45px;
|
|||
padding-top: 15px;
|
||||
width: $topic-avatar-width;
|
||||
float: left;
|
||||
position: relative;
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue