mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 04:48:35 +01:00
add t flag
This commit is contained in:
parent
2bfdb92de1
commit
f97b582260
1 changed files with 8 additions and 1 deletions
|
@ -166,11 +166,18 @@ border-radius: 10px;
|
|||
left: 0;
|
||||
width: 0%;
|
||||
height: 100%;
|
||||
background-color: purple;
|
||||
background-image: linear-gradient(to right,
|
||||
#55CDFC,
|
||||
#F7A8B8,
|
||||
#FFFFFF,
|
||||
#F7A8B8,
|
||||
#55CDFC
|
||||
);
|
||||
transition: width 0.5s ease-in-out;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.comments-area .thumb {
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue