Multiple Ui improvements (#5398)
* PLT-5475 - Adjusting tutorials on mobile * PLT-5475 - Adjusting tutorials on mobile * PLT-5457 - Adjusting save button * PLT-5443 - Updating highllight on status compact * PLT-5413 - Team sidebar not scrolling * PLT-5358 - Maintaing aspect ratio for emojis * PLT-5411 - Removing help text from LDAP signin * PLT-5420 - Updating emoticon for headings * Updating emoji size * Updating emoji size * Removing emoticon tag * Updating emoticon sizes * Updating emoji size
Этот коммит содержится в:
коммит произвёл
Harrison Healey
родитель
d60d05f2d8
Коммит
c6ffb73999
@@ -575,14 +575,16 @@
|
||||
|
||||
.status {
|
||||
bottom: auto;
|
||||
left: -3px;
|
||||
height: 13px;
|
||||
left: -2px;
|
||||
position: relative;
|
||||
right: auto;
|
||||
top: auto;
|
||||
width: 13px;
|
||||
}
|
||||
|
||||
svg {
|
||||
top: 0;
|
||||
top: 1px;
|
||||
}
|
||||
|
||||
&:after {
|
||||
@@ -1023,7 +1025,7 @@
|
||||
word-wrap: break-word;
|
||||
|
||||
div {
|
||||
margin: 0 0 .4em;
|
||||
margin-bottom: .4em;
|
||||
}
|
||||
|
||||
p + p {
|
||||
@@ -1135,10 +1137,11 @@
|
||||
padding: 0 4px 0 3px;
|
||||
|
||||
.post-reaction__emoji {
|
||||
height: 16px;
|
||||
height: auto;
|
||||
margin: 2px 3px 0 0;
|
||||
vertical-align: top;
|
||||
width: 16px;
|
||||
max-height: 16px;
|
||||
max-width: 16px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.post-reaction__count {
|
||||
|
||||
@@ -8,7 +8,8 @@
|
||||
z-index: 5;
|
||||
|
||||
.team-wrapper {
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
-webkit-overflow-scrolling: touch;
|
||||
background-color: alpha-color($black, .2);
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
padding-top: 15px;
|
||||
|
||||
Ссылка в новой задаче
Block a user