mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-22 04:30:32 +09:00
Updates
This commit is contained in:
@@ -181,7 +181,16 @@ body {
|
||||
margin: 0;
|
||||
}
|
||||
#sortable.categories {
|
||||
align-content: flex-start;
|
||||
align-items: flex-start;
|
||||
.category {
|
||||
margin:10px;
|
||||
background-color: #00000038;
|
||||
border-radius: 10px;
|
||||
> .title {
|
||||
padding: 20px 20px 0;
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
#config-buttons {
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
|
||||
@foreach($categories as $category)
|
||||
<?php $apps = $category->children; ?>
|
||||
<div>
|
||||
{{ $category->title }}
|
||||
<div class="category">
|
||||
<div class="title">{{ $category->title }}</div>
|
||||
@foreach($apps as $app)
|
||||
@include('item')
|
||||
@endforeach
|
||||
|
||||
Reference in New Issue
Block a user