mirror of
https://github.com/daledavies/jump.git
synced 2026-06-23 20:22:02 +02:00
Tighten spacing between sites list
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
padding: 13px;
|
||||
padding: 12px;
|
||||
border-radius: 6px;
|
||||
|
||||
&:hover {
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -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">
|
||||
|
||||
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user