mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-04-03 07:03:43 +03:00
Test slight fade out
This commit is contained in:
parent
93bb1da7c9
commit
4be88da1d6
1 changed files with 4 additions and 0 deletions
|
@ -453,6 +453,10 @@
|
||||||
.status > .container > .meta .meta-name {
|
.status > .container > .meta .meta-name {
|
||||||
mask-image: linear-gradient(to left, transparent, black 16px);
|
mask-image: linear-gradient(to left, transparent, black 16px);
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
|
||||||
|
.name-text b {
|
||||||
|
opacity: 0.75;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.status.large > .container > .meta {
|
.status.large > .container > .meta {
|
||||||
min-height: 50px;
|
min-height: 50px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue