mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-22 09:15:33 +03:00
Move updates button further down
This commit is contained in:
parent
c116de8456
commit
6306ed9602
1 changed files with 2 additions and 2 deletions
|
@ -430,7 +430,7 @@ a.mention span {
|
|||
opacity: 0;
|
||||
}
|
||||
100% {
|
||||
transform: translate(-50%, 0);
|
||||
transform: translate(-50%, 150%);
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
@ -438,7 +438,7 @@ a.mention span {
|
|||
position: absolute;
|
||||
animation: fade-from-top 2s ease-out;
|
||||
left: 50%;
|
||||
transform: translate(-50%, 0);
|
||||
transform: translate(-50%, 150%);
|
||||
font-size: 90%;
|
||||
background: linear-gradient(
|
||||
to bottom,
|
||||
|
|
Loading…
Reference in a new issue