Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
Vestibule
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Nicolas PERNOUD
Vestibule
Commits
b4418640
Commit
b4418640
authored
5 years ago
by
Nicolas Pernoud
Browse files
Options
Downloads
Patches
Plain Diff
fix: spinner width
parent
e309db2e
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#6079
passed
5 years ago
Stage: sonar-analysis
Stage: build
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
miscellaneous/bulma/bulma.scss
+2
-1
2 additions, 1 deletion
miscellaneous/bulma/bulma.scss
web/assets/bulma.min.css
+1
-1
1 addition, 1 deletion
web/assets/bulma.min.css
web/index.html
+1
-1
1 addition, 1 deletion
web/index.html
with
4 additions
and
3 deletions
miscellaneous/bulma/bulma.scss
+
2
−
1
View file @
b4418640
...
@@ -182,7 +182,8 @@ a.navbar-item:focus {
...
@@ -182,7 +182,8 @@ a.navbar-item:focus {
left
:
50%
;
left
:
50%
;
top
:
50%
;
top
:
50%
;
transform
:
translate
(
-50%
,
-50%
);
transform
:
translate
(
-50%
,
-50%
);
width
:
25%
;
width
:
20%
;
max-width
:
300px
;
}
}
.icon-card
{
.icon-card
{
...
...
This diff is collapsed.
Click to expand it.
web/assets/bulma.min.css
+
1
−
1
View file @
b4418640
Source diff could not be displayed: it is too large. Options to address this:
view the blob
.
This diff is collapsed.
Click to expand it.
web/index.html
+
1
−
1
View file @
b4418640
...
@@ -70,7 +70,7 @@
...
@@ -70,7 +70,7 @@
</div>
</div>
<div
class=
"navbar-menu"
>
<div
class=
"navbar-menu"
>
<div
class=
"navbar-end"
>
<div
class=
"navbar-end"
>
<div
class=
"navbar-item"
><p>
v4.3.2
2
</p></div>
<div
class=
"navbar-item"
><p>
v4.3.2
3
</p></div>
</div>
</div>
</div>
</div>
</nav>
</nav>
...
...
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