mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
UI Fixes
This commit is contained in:
@@ -191,7 +191,7 @@ module.exports = React.createClass({
|
||||
</button>;
|
||||
var right_sidebar_collapse_button= currentId == null ? null :
|
||||
<button type="button" className="navbar-toggle menu-toggle pull-right" data-toggle="collapse" data-target="#sidebar-nav" onClick={this.toggleRightSidebar}>
|
||||
<span className="dropdown__icon"></span>
|
||||
<span dangerouslySetInnerHTML={{__html: " <svg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px'width='4px' height='16px' viewBox='0 0 8 32' enable-background='new 0 0 8 32' xml:space='preserve'> <g> <circle cx='4' cy='4.062' r='4'/> <circle cx='4' cy='16' r='4'/> <circle cx='4' cy='28' r='4'/> </g> </svg>"}} />
|
||||
</button>;
|
||||
|
||||
|
||||
|
||||
@@ -119,7 +119,7 @@
|
||||
}
|
||||
.header__info {
|
||||
color: #fff;
|
||||
padding-left: 3px
|
||||
padding-left: 6px;
|
||||
}
|
||||
.team__name, .user__name {
|
||||
display: block;
|
||||
|
||||
@@ -24,9 +24,10 @@
|
||||
border-radius: 0;
|
||||
margin: 0;
|
||||
padding: 0 10px;
|
||||
line-height: 50px;
|
||||
line-height: 53px;
|
||||
height: 50px;
|
||||
z-index: 5;
|
||||
fill: #fff;
|
||||
.icon-bar {
|
||||
background: #fff;
|
||||
width: 21px;
|
||||
|
||||
@@ -5,9 +5,10 @@
|
||||
width: auto;
|
||||
height: auto;
|
||||
position: absolute;
|
||||
top: 17px;
|
||||
top: 1px;
|
||||
right: 15px;
|
||||
cursor: pointer;
|
||||
padding: 1em 0;
|
||||
z-index: 5;
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user