2020-05-03 14:36:12 +00:00
|
|
|
@import '../../../_variables.scss';
|
|
|
|
.profile-tab {
|
|
|
|
.bio {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.visibility-tray {
|
|
|
|
padding-top: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type=file] {
|
|
|
|
padding: 5px;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
2020-07-08 10:11:17 +00:00
|
|
|
.banner-background-preview {
|
2020-05-03 14:36:12 +00:00
|
|
|
max-width: 100%;
|
2020-07-08 10:11:17 +00:00
|
|
|
width: 300px;
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
img {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2020-05-03 14:36:12 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.uploading {
|
|
|
|
font-size: 1.5em;
|
|
|
|
margin: 0.25em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.name-changer {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2020-07-08 10:11:17 +00:00
|
|
|
.current-avatar-container {
|
|
|
|
position: relative;
|
|
|
|
width: 150px;
|
|
|
|
height: 150px;
|
2020-05-03 14:36:12 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.current-avatar {
|
|
|
|
display: block;
|
2020-07-08 10:11:17 +00:00
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2020-05-03 14:36:12 +00:00
|
|
|
border-radius: $fallback--avatarRadius;
|
|
|
|
border-radius: var(--avatarRadius, $fallback--avatarRadius);
|
|
|
|
}
|
|
|
|
|
2020-07-08 10:11:17 +00:00
|
|
|
.reset-button {
|
|
|
|
position: absolute;
|
|
|
|
top: 0.2em;
|
|
|
|
right: 0.2em;
|
|
|
|
border-radius: $fallback--tooltipRadius;
|
|
|
|
border-radius: var(--tooltipRadius, $fallback--tooltipRadius);
|
|
|
|
background-color: rgba(0, 0, 0, 0.6);
|
|
|
|
opacity: 0.7;
|
|
|
|
color: white;
|
|
|
|
width: 1.5em;
|
|
|
|
height: 1.5em;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 1.5em;
|
|
|
|
font-size: 1.5em;
|
|
|
|
cursor: pointer;
|
|
|
|
&:hover {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-05-03 14:36:12 +00:00
|
|
|
.oauth-tokens {
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
th {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.actions {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&-usersearch-wrapper {
|
|
|
|
padding: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-bulk-actions {
|
|
|
|
text-align: right;
|
|
|
|
padding: 0 1em;
|
|
|
|
min-height: 28px;
|
|
|
|
|
|
|
|
button {
|
|
|
|
width: 10em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&-domain-mute-form {
|
|
|
|
padding: 1em;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
|
|
|
|
button {
|
|
|
|
align-self: flex-end;
|
|
|
|
margin-top: 1em;
|
|
|
|
width: 10em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.setting-subitem {
|
|
|
|
margin-left: 1.75em;
|
|
|
|
}
|
2020-06-09 18:24:55 +00:00
|
|
|
|
|
|
|
.profile-fields {
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
&>.emoji-input {
|
|
|
|
flex: 1 1 auto;
|
|
|
|
margin: 0 .2em .5em;
|
2020-07-08 10:11:17 +00:00
|
|
|
min-width: 0;
|
2020-06-09 18:24:55 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
&>.icon-container {
|
|
|
|
width: 20px;
|
|
|
|
|
|
|
|
&>.icon-cancel {
|
|
|
|
vertical-align: sub;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2020-05-03 14:36:12 +00:00
|
|
|
}
|