remove gradient mask on user card

This commit is contained in:
emma 2022-12-08 19:23:05 +00:00
parent ae2d72131b
commit 2382696698

View file

@ -11,7 +11,7 @@
}
.panel-heading {
padding: .5em 0;
padding: 0.5em 0;
text-align: center;
box-shadow: none;
background: transparent;
@ -35,11 +35,11 @@
left: 0;
right: 0;
bottom: 0;
mask: linear-gradient(to top, white, transparent) bottom no-repeat,
linear-gradient(to top, white, white);
// mask: linear-gradient(to top, white, transparent) bottom no-repeat,
// linear-gradient(to top, white, white);
// Autoprefixer seem to ignore this one, and also syntax is different
-webkit-mask-composite: xor;
mask-composite: exclude;
// -webkit-mask-composite: xor;
// mask-composite: exclude;
background-size: cover;
mask-size: 100% 60%;
border-top-left-radius: calc(var(--panelRadius) - 1px);
@ -139,10 +139,10 @@
border-radius: $fallback--avatarRadius;
border-radius: var(--avatarRadius, $fallback--avatarRadius);
opacity: 0;
transition: opacity .2s ease;
transition: opacity 0.2s ease;
svg {
color: #FFF;
color: #fff;
}
}
@ -151,7 +151,8 @@
}
}
.external-link-button, .edit-profile-button {
.external-link-button,
.edit-profile-button {
cursor: pointer;
width: 2.5em;
text-align: center;
@ -229,16 +230,17 @@
}
.user-meta {
margin-bottom: .15em;
margin-bottom: 0.15em;
display: flex;
align-items: baseline;
line-height: 22px;
flex-wrap: wrap;
.following, .requested_by {
.following,
.requested_by {
flex: 1 0 auto;
margin: 0;
margin-bottom: .25em;
margin-bottom: 0.25em;
text-align: left;
}
@ -246,7 +248,7 @@
flex: 0 1 auto;
display: flex;
flex-wrap: wrap;
margin-right: -.5em;
margin-right: -0.5em;
align-self: start;
.userHighlightCl {
@ -269,8 +271,8 @@
.userHighlightText,
.userHighlightSel {
vertical-align: top;
margin-right: .5em;
margin-bottom: .25em;
margin-right: 0.5em;
margin-bottom: 0.25em;
}
}
}
@ -278,10 +280,10 @@
position: relative;
display: flex;
flex-flow: row wrap;
margin-right: -.75em;
margin-right: -0.75em;
> * {
margin: 0 .75em .6em 0;
margin: 0 0.75em 0.6em 0;
white-space: nowrap;
min-width: 95px;
}
@ -298,8 +300,8 @@
.user-counts {
display: flex;
line-height:16px;
padding: .5em 1.5em 0em 1.5em;
line-height: 16px;
padding: 0.5em 1.5em 0em 1.5em;
text-align: center;
justify-content: space-between;
color: $fallback--lightText;
@ -309,11 +311,11 @@
.user-count {
flex: 1 0 auto;
padding: .5em 0 .5em 0;
margin: 0 .5em;
padding: 0.5em 0 0.5em 0;
margin: 0 0.5em;
h5 {
font-size:1em;
font-size: 1em;
font-weight: bolder;
margin: 0 0 0.25em;
}