remove useless stuff
This commit is contained in:
parent
8268d0d349
commit
184f1cdc24
3 changed files with 2 additions and 65 deletions
|
|
@ -75,17 +75,6 @@
|
||||||
--_still-image-label-visibility: hidden;
|
--_still-image-label-visibility: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel-heading {
|
|
||||||
text-align: center;
|
|
||||||
box-shadow: none;
|
|
||||||
background: transparent;
|
|
||||||
backdrop-filter: none;
|
|
||||||
flex-direction: column;
|
|
||||||
align-items: stretch;
|
|
||||||
// create new stacking context
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
.personal-marks {
|
.personal-marks {
|
||||||
margin: 0.6em;
|
margin: 0.6em;
|
||||||
padding: 0.6em;
|
padding: 0.6em;
|
||||||
|
|
@ -369,52 +358,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.highlighter {
|
|
||||||
margin: 5em;
|
|
||||||
align-items: baseline;
|
|
||||||
line-height: 22px;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
|
|
||||||
.following {
|
|
||||||
flex: 1 0 auto;
|
|
||||||
margin: 0;
|
|
||||||
margin-bottom: 0.25em;
|
|
||||||
text-align: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
.highlighter {
|
|
||||||
flex: 0 1 auto;
|
|
||||||
display: flex;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
margin-right: -0.5em;
|
|
||||||
align-self: start;
|
|
||||||
|
|
||||||
.userHighlightCl {
|
|
||||||
padding: 2px 10px;
|
|
||||||
flex: 1 0 auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.userHighlightSel {
|
|
||||||
padding-top: 0;
|
|
||||||
padding-bottom: 0;
|
|
||||||
flex: 1 0 auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.userHighlightText {
|
|
||||||
width: 70px;
|
|
||||||
flex: 1 0 auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.userHighlightCl,
|
|
||||||
.userHighlightText,
|
|
||||||
.userHighlightSel {
|
|
||||||
vertical-align: top;
|
|
||||||
margin-right: 0.5em;
|
|
||||||
margin-bottom: 0.25em;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.user-interactions {
|
.user-interactions {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
@ -491,8 +434,6 @@
|
||||||
img {
|
img {
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
max-width: 100%;
|
|
||||||
max-height: 400px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-profile-field-add,
|
.user-profile-field-add,
|
||||||
|
|
|
||||||
|
|
@ -3,10 +3,7 @@
|
||||||
class="user-card"
|
class="user-card"
|
||||||
:class="classes"
|
:class="classes"
|
||||||
>
|
>
|
||||||
<div
|
<div class="user-card-inner">
|
||||||
:class="onClose ? '' : 'panel-heading -flexible-height'"
|
|
||||||
class="user-card-inner"
|
|
||||||
>
|
|
||||||
<div class="user-info">
|
<div class="user-info">
|
||||||
<div class="user-identity">
|
<div class="user-identity">
|
||||||
<div
|
<div
|
||||||
|
|
|
||||||
|
|
@ -129,7 +129,6 @@
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.user-profile {
|
.user-profile {
|
||||||
flex: 2;
|
flex: 2;
|
||||||
flex-basis: 500px;
|
|
||||||
|
|
||||||
// No sticky header on user profile
|
// No sticky header on user profile
|
||||||
--currentPanelStack: 0;
|
--currentPanelStack: 0;
|
||||||
|
|
@ -142,7 +141,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-info {
|
.user-info {
|
||||||
margin: 0.6em;
|
margin: 1.2em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue