Tighten spacing between sites list

This commit is contained in:
Dale Davies
2022-06-06 09:19:40 +01:00
parent 68f179488f
commit 458bb22016
4 changed files with 9 additions and 11 deletions

View File

@@ -17,7 +17,7 @@
color: inherit;
text-decoration: none;
display: inline-block;
padding: 13px;
padding: 12px;
border-radius: 6px;
&:hover {

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
{{# noindex}}<meta name="robots" content="noindex">{{/ noindex}}
<link rel="stylesheet" href="/assets/css/styles.016ca924b60cb567810a.min.css">
<link rel="stylesheet" href="/assets/css/styles.efdc3d1d099422476385.min.css">
<link rel="stylesheet" href="/background-css.php">
<link rel="stylesheet" href="/assets/css/weather-icons.min.css">
<link rel="icon" type="image/png" href="/favicon.png">

View File

@@ -1,12 +1,10 @@
{{# hassites}}
<ul class="sites {{# altlayout}}alternate{{/ altlayout}}">
{{# sites}}
<li><a {{# newtab}}target="_blank"{{/ newtab}} rel="{{# nofollow}}nofollow {{/ nofollow}}{{# newtab}}noopener{{/ newtab}}" title="{{name}}" href="{{url}}">
<span class="icon">
<img src="/api/icon.php?siteurl={{#urlencode}}{{url}}{{/urlencode}}">
</span>
<span class="name">{{name}}</span>
</a></li>
{{/ sites}}
{{# sites}}<li><a {{# newtab}}target="_blank"{{/ newtab}} rel="{{# nofollow}}nofollow {{/ nofollow}}{{# newtab}}noopener{{/ newtab}}" title="{{name}}" href="{{url}}">
<span class="icon">
<img src="/api/icon.php?siteurl={{#urlencode}}{{url}}{{/urlencode}}">
</span>
<span class="name">{{name}}</span>
</a></li>{{/ sites}}
</ul>
{{/ hassites}}