Skip to content
Snippets Groups Projects
Commit b4418640 authored by Nicolas Pernoud's avatar Nicolas Pernoud
Browse files

fix: spinner width

parent e309db2e
Branches
No related tags found
No related merge requests found
Pipeline #6079 passed
...@@ -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 {
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
...@@ -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.22</p></div> <div class="navbar-item"><p>v4.3.23</p></div>
</div> </div>
</div> </div>
</nav> </nav>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment