Multiple Ui improvements (#7029)
* PLT-7119 - Updating headings on compact view * PLT-7103 - Removing line below channel intro * PLT-7112 - Fixing system console banner * PLT-7144 - Adding ellipsis to system console boxes * PLT-7181 - Changing channel header opacity * PLT-6899 - Updating unread bar * Updating margin for new messages indicator
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
3c0f082506
Коммит
860f2c8332
@@ -284,7 +284,7 @@
|
||||
bottom: 0;
|
||||
font-size: 13.5px;
|
||||
left: 0;
|
||||
margin: 0 auto;
|
||||
margin: 5px auto;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
text-align: center;
|
||||
@@ -299,11 +299,15 @@
|
||||
top: 1px;
|
||||
}
|
||||
|
||||
.icon {
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
div {
|
||||
@include border-radius(50px);
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
padding: 5px 10px;
|
||||
padding: 4px 20px 3px;
|
||||
}
|
||||
|
||||
&.visible {
|
||||
@@ -774,6 +778,7 @@
|
||||
}
|
||||
|
||||
.markdown__heading {
|
||||
clear: both;
|
||||
font-size: 1em;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user