Sign in
简柏林
/
thingskit
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
729f91439b16e579248fb6586d414a23968aa2a6
Authored by
oleg
2017-12-06 17:19:32 +0200
1 parent
b951314b
UI:fix
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
ui/src/scss/animations.scss
ui/src/scss/animations.scss
View file @
729f914
...
...
@@ -39,6 +39,6 @@
39
39
@include
keyframes
(
tbMoveToBottomFade
)
{
40
40
to
{
41
41
opacity
:
0
;
42
-
@include
transform
(
translate
(
0
,
1
0
0%
));
42
+
@include
transform
(
translate
(
0
,
1
5
0%
));
43
43
}
44
44
}
\ No newline at end of file
...
...