mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-22 09:15:33 +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 {
|
||||
mask-image: linear-gradient(to left, transparent, black 16px);
|
||||
flex-grow: 1;
|
||||
|
||||
.name-text b {
|
||||
opacity: 0.75;
|
||||
}
|
||||
}
|
||||
.status.large > .container > .meta {
|
||||
min-height: 50px;
|
||||
|
|
Loading…
Reference in a new issue