Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
infovis-projekt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Informationsvisualisierung 2024
infovis-projekt
Commits
8c3baa85
Commit
8c3baa85
authored
3 months ago
by
Damian Romano Haj-Houssin
Browse files
Options
Downloads
Patches
Plain Diff
Small style update for loading spinner.
parent
63ba930d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#24404
passed
3 months ago
Stage: test
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
public/style.css
+0
-1
0 additions, 1 deletion
public/style.css
src/Main.elm
+2
-4
2 additions, 4 deletions
src/Main.elm
with
2 additions
and
5 deletions
public/style.css
+
0
−
1
View file @
8c3baa85
...
...
@@ -179,7 +179,6 @@ body {
width
:
120px
;
height
:
120px
;
animation
:
spin
2s
linear
infinite
;
}
@keyframes
spin
{
...
...
This diff is collapsed.
Click to expand it.
src/Main.elm
+
2
−
4
View file @
8c3baa85
...
...
@@ -187,15 +187,13 @@ viewContent ( global, local ) =
let
message
=
Html
.
div
[
Html
.
Attributes
.
style
"
justify-items"
"
center"
,
Html
.
Attributes
.
style
"
align-content"
"
center"
,
Html
.
Attributes
.
style
"
flex-grow"
"
1"
]
[
Html
.
Attributes
.
style
"
margin"
"
auto"
]
(
case
global
.
progress
of
Loading
->
[
Html
.
div
[
Html
.
Attributes
.
class
"
loader"
]
[]
,
Html
.
div
[
Html
.
Attributes
.
style
"
position"
"
relative"
,
Html
.
Attributes
.
style
"
left"
"
1.5rem"
,
Html
.
Attributes
.
style
"
bottom"
"
5rem"
]
[
Html
.
text
"
Loading Data..."
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment