mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-07 10:43:39 +02:00
Fix sass live-reload
This commit is contained in:
parent
02f558226c
commit
42497aefcb
3 changed files with 9 additions and 4 deletions
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Airsonic</title>
|
||||
<link rel="stylesheet" href="./app/style.css">
|
||||
<link rel="stylesheet" href="./app/app.css">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="./apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="./favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="./favicon-16x16.png">
|
||||
|
|
|
|||
|
|
@ -228,6 +228,11 @@
|
|||
&.is-tiny
|
||||
padding: 0.75rem 1.5rem
|
||||
|
||||
// tab bar on top
|
||||
.ui-tab-bar
|
||||
padding-top: 100px
|
||||
padding-bottom: 0.75rem
|
||||
|
||||
// occurs on many pages at the top to show details
|
||||
.hero
|
||||
&.is-small + .section
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue