mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 09:46:09 +03:00
3f897468a6
Also bring in the compact timeline option. Without minor CSS changes, the old user settings are completely unusable with this change. As such, minimal effort has been put in to have it be useful. Similarly, the changes drop the use of radio groups and the old theme selector was the only one that used it. See the comments for more details on how/why this was mitigated the way it was.
269 lines
No EOL
4.9 KiB
SCSS
269 lines
No EOL
4.9 KiB
SCSS
/*
|
|
Copyright 2015, 2016 OpenMarket Ltd
|
|
Copyright 2017 Vector Creations Ltd
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
*/
|
|
|
|
.mx_UserSettings {
|
|
max-width: 960px;
|
|
width: 100%;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.mx_UserSettings .mx_RoomHeader {
|
|
order: 1;
|
|
|
|
flex: 0 0 70px;
|
|
}
|
|
|
|
.mx_UserSettings_body {
|
|
order: 2;
|
|
|
|
flex: 1 1 0;
|
|
|
|
margin-top: -20px;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.mx_UserSettings h3 {
|
|
clear: both;
|
|
margin-left: 63px;
|
|
text-transform: uppercase;
|
|
color: $h3-color;
|
|
font-weight: 600;
|
|
font-size: 13px;
|
|
margin-top: 26px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.mx_UserSettings_section h3 {
|
|
margin-left: 0px;
|
|
}
|
|
|
|
.mx_UserSettings_spinner {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
margin-right: 12px;
|
|
width: 32px;
|
|
height: 32px;
|
|
}
|
|
|
|
.mx_UserSettings_button {
|
|
@mixin mx_DialogButton;
|
|
display: inline;
|
|
margin: auto;
|
|
}
|
|
|
|
.mx_UserSettings_button:hover {
|
|
@mixin mx_DialogButton_hover;
|
|
}
|
|
|
|
.mx_UserSettings_button.danger {
|
|
background-color: $warning-color;
|
|
}
|
|
|
|
.mx_UserSettings_section {
|
|
margin-left: 63px;
|
|
margin-top: 28px;
|
|
margin-bottom: 28px;
|
|
}
|
|
|
|
.mx_UserSettings_cryptoSection ul {
|
|
display: table;
|
|
}
|
|
.mx_UserSettings_cryptoSection li {
|
|
display: table-row;
|
|
}
|
|
.mx_UserSettings_cryptoSection label,
|
|
.mx_UserSettings_cryptoSection span {
|
|
display: table-cell;
|
|
padding-right: 1em;
|
|
}
|
|
|
|
.mx_UserSettings_passwordWarning {
|
|
/* To move the "Sign out" button out of the way */
|
|
clear: both;
|
|
color: $warning-color;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.mx_UserSettings_importExportButtons {
|
|
padding-top: 10px;
|
|
padding-left: 40px;
|
|
}
|
|
|
|
.mx_UserSettings_importExportButtons .mx_UserSettings_button {
|
|
margin-right: 1em;
|
|
}
|
|
|
|
.mx_UserSettings_toggle input {
|
|
width: 16px;
|
|
margin-right: 8px;
|
|
margin-bottom: 8px;
|
|
}
|
|
|
|
.mx_UserSettings_toggle label {
|
|
padding-bottom: 21px;
|
|
}
|
|
|
|
.mx_UserSettings_accountTable
|
|
.mx_UserSettings_notifTable
|
|
{
|
|
display: table;
|
|
}
|
|
|
|
.mx_UserSettings_notifTable .mx_Spinner {
|
|
position: absolute;
|
|
}
|
|
|
|
.mx_UserSettings_language {
|
|
width: 200px;
|
|
}
|
|
|
|
.mx_UserSettings_webRtcDevices_dropdown {
|
|
width: 50%;
|
|
}
|
|
|
|
.mx_UserSettings_profileTable
|
|
{
|
|
display: table;
|
|
float: left;
|
|
}
|
|
|
|
.mx_UserSettings_profileTableRow
|
|
{
|
|
display: table-row;
|
|
}
|
|
|
|
.mx_UserSettings_profileLabelCell
|
|
{
|
|
padding-bottom: 21px;
|
|
display: table-cell;
|
|
font-weight: bold;
|
|
padding-right: 24px;
|
|
}
|
|
|
|
.mx_UserSettings_profileInputCell {
|
|
display: table-cell;
|
|
padding-bottom: 21px;
|
|
width: 240px;
|
|
}
|
|
|
|
.mx_UserSettings_profileInputCell input,
|
|
.mx_UserSettings_profileInputCell .mx_EditableText
|
|
{
|
|
display: inline-block;
|
|
border: 0px;
|
|
border-bottom: 1px solid $input-underline-color;
|
|
padding: 0px;
|
|
width: 240px;
|
|
color: $input-fg-color;
|
|
font-family: $font-family;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.mx_UserSettings_threepidButton {
|
|
display: table-cell;
|
|
padding-left: 0.5em;
|
|
position: relative;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.mx_UserSettings_phoneSection {
|
|
display:table;
|
|
}
|
|
|
|
.mx_UserSettings_phoneCountry {
|
|
width: 70px;
|
|
display: table-cell;
|
|
}
|
|
|
|
input.mx_UserSettings_phoneNumberField {
|
|
margin-left: 3px;
|
|
width: 172px;
|
|
border: 1px solid transparent;
|
|
}
|
|
|
|
.mx_UserSettings_changePasswordButton {
|
|
float: right;
|
|
margin-right: 32px;
|
|
margin-left: 32px;
|
|
}
|
|
|
|
.mx_UserSettings_logout {
|
|
float: right;
|
|
margin-right: 32px;
|
|
margin-left: 32px;
|
|
}
|
|
|
|
.mx_UserSettings_avatarPicker {
|
|
margin-left: 32px;
|
|
margin-right: 32px;
|
|
float: right;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.mx_UserSettings_avatarPicker_img .mx_BaseAvatar_image {
|
|
object-fit: cover;
|
|
}
|
|
|
|
.mx_UserSettings_avatarPicker_edit {
|
|
text-align: center;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.mx_UserSettings_avatarPicker_edit img {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.mx_UserSettings_avatarPicker_edit > input {
|
|
display: none;
|
|
}
|
|
|
|
.mx_UserSettings_avatarPicker_imgContainer {
|
|
display: inline-block;
|
|
}
|
|
|
|
.mx_UserSettings_avatarPicker_remove {
|
|
display: inline-block;
|
|
float: right;
|
|
margin-right: -15px;
|
|
}
|
|
|
|
.mx_UserSettings_advanced_spoiler,
|
|
.mx_UserSettings_link {
|
|
cursor: pointer;
|
|
color: $accent-color;
|
|
word-break: break-all;
|
|
}
|
|
|
|
.mx_UserSettings_analyticsModal table {
|
|
margin: 10px 0px;
|
|
}
|
|
|
|
|
|
// Temp styles to keep the layout moderately usable. Not perfect, but better
|
|
// than 30 options being impossible to understand.
|
|
.mx_UserSettings .mx_SettingsFlag {
|
|
height: 30px;
|
|
}
|
|
|
|
.mx_UserSettings .mx_SettingsFlag .mx_ToggleSwitch {
|
|
float: left;
|
|
margin-right: 5px;
|
|
} |