mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Website: Update software catalog card width (#30807)
Closes: #30740 Changes: - Updated the styles of the cards on the software catalog page to prevent cards on their own row from being inconsistently sized.
This commit is contained in:
parent
86f75b614c
commit
a9ee72b2bc
2 changed files with 2 additions and 0 deletions
1
website/assets/styles/pages/app-library.less
vendored
1
website/assets/styles/pages/app-library.less
vendored
|
|
@ -148,6 +148,7 @@
|
|||
min-width: 40%;
|
||||
&.invisible {
|
||||
display: none;
|
||||
min-width: 50%;
|
||||
border: none;
|
||||
height: 0px;
|
||||
padding: 0;
|
||||
|
|
|
|||
1
website/views/pages/app-library.ejs
vendored
1
website/views/pages/app-library.ejs
vendored
|
|
@ -32,6 +32,7 @@
|
|||
</a>
|
||||
<% } %>
|
||||
<div purpose="app-card" class="card d-flex invisible"></div>
|
||||
<div purpose="app-card" class="card d-flex invisible"></div>
|
||||
</div>
|
||||
<div class="d-flex d-sm-none w-100">
|
||||
<a purpose="request-button" href="https://github.com/fleetdm/fleet/edit/main/server/mdm/maintainedapps/apps.json" target="_blank" no-icon>Add an app</a>
|
||||
|
|
|
|||
Loading…
Reference in a new issue