mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-23 17:47:24 +00:00
Revert "use variable for header height"
This reverts commit b68600d978
.
This commit is contained in:
parent
17f0997ec3
commit
5314100714
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@
|
||||||
|
|
||||||
@keyframes menu-animate-in {
|
@keyframes menu-animate-in {
|
||||||
0% {
|
0% {
|
||||||
transform: translateY(var(--header-height));
|
transform: translateY(-80px);
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
100% {
|
100% {
|
||||||
|
|
Loading…
Add table
Reference in a new issue