mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-21 20:20:34 +09:00
@@ -272,6 +272,12 @@ body {
|
||||
}
|
||||
.title {
|
||||
font-size: 16px;
|
||||
&.black {
|
||||
color: #000;
|
||||
}
|
||||
&.white {
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
.details {
|
||||
width: 100%;
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<img class="app-icon" src="/img/heimdall-icon-small.png" />
|
||||
@endif
|
||||
<div class="details">
|
||||
<div class="title">{{ $app->title }}</div>
|
||||
<div class="title{{ title_color($app->colour) }}">{{ $app->title }}</div>
|
||||
@if(isset($app->config->enabled) && ((bool)$app->config->enabled === true))
|
||||
<div data-id="{{ $app->id }}" data-dataonly="{{ $app->config->dataonly or '0' }}" class="livestats-container"></div>
|
||||
@endif
|
||||
|
||||
Reference in New Issue
Block a user