remove useless stuff

This commit is contained in:
Henry Jameson 2025-08-05 14:39:15 +03:00
commit 184f1cdc24
3 changed files with 2 additions and 65 deletions

View file

@ -75,17 +75,6 @@
--_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 {
margin: 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 {
position: relative;
display: flex;
@ -491,8 +434,6 @@
img {
object-fit: contain;
vertical-align: middle;
max-width: 100%;
max-height: 400px;
}
.user-profile-field-add,

View file

@ -3,10 +3,7 @@
class="user-card"
:class="classes"
>
<div
:class="onClose ? '' : 'panel-heading -flexible-height'"
class="user-card-inner"
>
<div class="user-card-inner">
<div class="user-info">
<div class="user-identity">
<div

View file

@ -129,7 +129,6 @@
<style lang="scss">
.user-profile {
flex: 2;
flex-basis: 500px;
// No sticky header on user profile
--currentPanelStack: 0;
@ -142,7 +141,7 @@
}
.user-info {
margin: 0.6em;
margin: 1.2em;
}
}