mirror of
https://github.com/danbee/mpd-client
synced 2025-03-04 08:39:09 +00:00
Fix header width.
This commit is contained in:
parent
d3a76ecd47
commit
e34dca53eb
@ -21,7 +21,7 @@ body
|
||||
.header
|
||||
position: fixed
|
||||
top: 0
|
||||
width: 100%
|
||||
width: $interface-width
|
||||
background: rgba(248, 248, 248, 0.95)
|
||||
border-bottom: 1px solid rgba(0, 0, 0, 0.1)
|
||||
h1
|
||||
|
||||
1
assets/css/includes/metrics.css.sass
Normal file
1
assets/css/includes/metrics.css.sass
Normal file
@ -0,0 +1 @@
|
||||
$interface-width: 20em
|
||||
@ -3,6 +3,7 @@
|
||||
display: none
|
||||
position: absolute
|
||||
top: 0
|
||||
padding: 2.5em 0 0
|
||||
height: 100%
|
||||
width: 100%
|
||||
z-index: 2
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
@import 'bourbon/bourbon'
|
||||
|
||||
@import 'includes/metrics'
|
||||
@import 'includes/fonts'
|
||||
@import 'includes/colours'
|
||||
@import 'includes/button'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user