Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jonathan Wilkes
purr-data
Commits
49402ab9
Commit
49402ab9
authored
Apr 03, 2021
by
Prakhar Agarwal
🎯
Browse files
improved collapse animation
parent
6706ea8b
Changes
2
Hide whitespace changes
Inline
Side-by-side
emscripten/project/purr-data/css/webapp/webapp.css
View file @
49402ab9
...
...
@@ -28,7 +28,11 @@
}
.rotate-transition
{
transition
:
transform
0.5s
linear
;
transition
:
transform
0.3s
linear
;
}
.collapsing
{
visibility
:
hidden
;
}
.highlight-find
{
...
...
pd/nw/css/default.css
View file @
49402ab9
...
...
@@ -17,7 +17,6 @@
body
{
margin
:
0px
;
font-family
:
"DejaVu Sans Mono"
;
}
.noselect
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment