1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-28 15:22:05 +03:00

Improve the profile section a bit and add a highlight to the temp tab

This commit is contained in:
Travis Ralston
2019-01-21 17:27:43 -07:00
parent c3692aa9ae
commit 15a56fa90b
9 changed files with 186 additions and 55 deletions

View File

@ -45,6 +45,11 @@ limitations under the License.
color: $tab-label-active-fg-color;
}
// TODO: Remove temporary hack alongside "visit old settings" tab
.mx_TabbedView_tabLabel_TEMP_HACK {
background-color: orange;
}
.mx_TabbedView_tabLabel_icon {
width: 14px;
height: 14px;
@ -89,4 +94,5 @@ limitations under the License.
.mx_TabbedView_tabPanelContent {
flex-grow: 1;
min-width: 560px;
}