mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Merge pull request #633 from asaadmahmoodspin/ui-changes
PLT-188 - Moving attachment button to the left on mobile UI
This commit is contained in:
@@ -82,7 +82,7 @@
|
||||
.btn {
|
||||
&.btn-primary {
|
||||
float: right;
|
||||
margin-top: -4px;
|
||||
margin: -4px 25px 0 0;
|
||||
position: relative;
|
||||
i {
|
||||
margin-right: 5px;
|
||||
|
||||
@@ -200,7 +200,7 @@ body.ios {
|
||||
height: 37px;
|
||||
font-size: 18px;
|
||||
line-height: 37px;
|
||||
vertical-align: top;
|
||||
vertical-align: bottom;
|
||||
text-align: center;
|
||||
@include single-transition(all, 0.15s);
|
||||
&:active {
|
||||
|
||||
@@ -423,7 +423,15 @@
|
||||
table-layout: fixed;
|
||||
.post-body__cell {
|
||||
display: table-cell;
|
||||
padding-left: 1em;
|
||||
padding-left: 45px;
|
||||
}
|
||||
.btn-file {
|
||||
width: 45px;
|
||||
padding: 0;
|
||||
line-height: 36px;
|
||||
bottom: -2px;
|
||||
left: 0;
|
||||
top: auto;
|
||||
}
|
||||
.send-button {
|
||||
display: table-cell;
|
||||
|
||||
Reference in New Issue
Block a user