Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nicolas PERNOUD
Vestibule
Commits
b4418640
Commit
b4418640
authored
Jun 20, 2020
by
Nicolas Pernoud
Browse files
fix: spinner width
parent
e309db2e
Pipeline
#6079
passed with stages
in 2 minutes and 46 seconds
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
miscellaneous/bulma/bulma.scss
View file @
b4418640
...
...
@@ -182,7 +182,8 @@ a.navbar-item:focus {
left
:
50%
;
top
:
50%
;
transform
:
translate
(
-50%
,
-50%
);
width
:
25%
;
width
:
20%
;
max-width
:
300px
;
}
.icon-card
{
...
...
web/assets/bulma.min.css
View file @
b4418640
This source diff could not be displayed because it is too large. You can
view the blob
instead.
web/index.html
View file @
b4418640
...
...
@@ -70,7 +70,7 @@
</div>
<div
class=
"navbar-menu"
>
<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>
</nav>
...
...
Write
Preview
Supports
Markdown
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