mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Minor UI improvements (#3095)
Updating config.json Updating config.json Updating config.json Updating config.json
This commit is contained in:
committed by
Christopher Speller
parent
20302c6953
commit
db29413000
@@ -111,7 +111,7 @@ export default class AdminNavbarDropdown extends React.Component {
|
||||
<i className='fa fa-exchange'/>
|
||||
<FormattedMessage
|
||||
id='admin.nav.switch'
|
||||
defaultMessage='Switch Teams'
|
||||
defaultMessage='Team Selection'
|
||||
/>
|
||||
</Link>
|
||||
</li>
|
||||
|
||||
@@ -250,7 +250,7 @@ export default class SidebarRightMenu extends React.Component {
|
||||
<i className='fa fa-exchange'></i>
|
||||
<FormattedMessage
|
||||
id='sidebar_right_menu.switch_team'
|
||||
defaultMessage='Switch Team'
|
||||
defaultMessage='Team Selection'
|
||||
/>
|
||||
</Link>
|
||||
</li>
|
||||
|
||||
@@ -348,7 +348,7 @@
|
||||
"admin.nav.help": "Help",
|
||||
"admin.nav.logout": "Logout",
|
||||
"admin.nav.report": "Report a Problem",
|
||||
"admin.nav.switch": "Switch Teams",
|
||||
"admin.nav.switch": "Team Selection",
|
||||
"admin.privacy.false": "false",
|
||||
"admin.privacy.save": "Save",
|
||||
"admin.privacy.saving": "Saving Config...",
|
||||
@@ -1168,7 +1168,7 @@
|
||||
"sidebar_right_menu.logout": "Logout",
|
||||
"sidebar_right_menu.manageMembers": "Manage Members",
|
||||
"sidebar_right_menu.report": "Report a Problem",
|
||||
"sidebar_right_menu.switch_team": "Switch Team",
|
||||
"sidebar_right_menu.switch_team": "Team Selection",
|
||||
"sidebar_right_menu.teamLink": "Get Team Invite Link",
|
||||
"sidebar_right_menu.teamSettings": "Team Settings",
|
||||
"signup_team.choose": "Teams you are a member of: ",
|
||||
|
||||
@@ -67,9 +67,9 @@
|
||||
|
||||
.channel-intro {
|
||||
border-bottom: 1px solid $light-gray;
|
||||
padding: 0 0 5px;
|
||||
max-width: 1000px;
|
||||
margin: auto;
|
||||
margin: 0 auto 15px;
|
||||
max-width: 990px;
|
||||
padding: 0 15px;
|
||||
|
||||
.intro-links {
|
||||
display: inline-block;
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
}
|
||||
|
||||
.channel-intro {
|
||||
margin: 0 15px 35px;
|
||||
margin: 0 0 35px;
|
||||
}
|
||||
|
||||
.post {
|
||||
|
||||
@@ -240,7 +240,6 @@
|
||||
|
||||
.admin-sidebar {
|
||||
background: #333;
|
||||
border-right: 1px solid #ddd;
|
||||
height: 100%;
|
||||
left: 0;
|
||||
position: absolute;
|
||||
@@ -315,6 +314,27 @@
|
||||
&--active {
|
||||
color: $white;
|
||||
font-weight: 600;
|
||||
|
||||
&:after {
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
color: whitesmoke;
|
||||
content: "\f0d9";
|
||||
display: inline-block;
|
||||
font: normal normal normal 26px/1 FontAwesome;
|
||||
position: absolute;
|
||||
right: -1px;
|
||||
text-rendering: auto;
|
||||
top: 3px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.sidebar-subsection-title {
|
||||
&--active {
|
||||
&:after {
|
||||
top: 2px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user