mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Merge pull request #2088 from asaadmahmoodspin/ui-improvements
Minor UI Improvements
This commit is contained in:
@@ -20,6 +20,14 @@
|
||||
|
||||
.post-body--code {
|
||||
position: relative;
|
||||
|
||||
pre {
|
||||
margin-bottom: 0;
|
||||
word-break: normal;
|
||||
overflow: auto;
|
||||
word-wrap: normal;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.post-body--code__language {
|
||||
@@ -43,7 +51,7 @@
|
||||
@include opacity(0.2);
|
||||
}
|
||||
code {
|
||||
white-space: pre-line;
|
||||
white-space: pre;
|
||||
}
|
||||
}
|
||||
.markdown__table {
|
||||
|
||||
@@ -647,10 +647,26 @@ body.ios {
|
||||
}
|
||||
|
||||
.post__remove {
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
right: 15px;
|
||||
top: -5px;
|
||||
font-size: 20px;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
line-height: 20px;
|
||||
font-weight: 600;
|
||||
visibility: hidden;
|
||||
margin-right: 5px;
|
||||
top: -1px;
|
||||
color: inherit;
|
||||
@include opacity(0.5);
|
||||
text-decoration: none;
|
||||
|
||||
&:hover {
|
||||
@include opacity(0.8);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.post__body {
|
||||
|
||||
Reference in New Issue
Block a user