1
0
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:
Dan Barber 2013-12-11 11:49:28 +00:00
parent d3a76ecd47
commit e34dca53eb
4 changed files with 4 additions and 1 deletions

View File

@ -21,7 +21,7 @@ body
.header .header
position: fixed position: fixed
top: 0 top: 0
width: 100% width: $interface-width
background: rgba(248, 248, 248, 0.95) background: rgba(248, 248, 248, 0.95)
border-bottom: 1px solid rgba(0, 0, 0, 0.1) border-bottom: 1px solid rgba(0, 0, 0, 0.1)
h1 h1

View File

@ -0,0 +1 @@
$interface-width: 20em

View File

@ -3,6 +3,7 @@
display: none display: none
position: absolute position: absolute
top: 0 top: 0
padding: 2.5em 0 0
height: 100% height: 100%
width: 100% width: 100%
z-index: 2 z-index: 2

View File

@ -1,5 +1,6 @@
@import 'bourbon/bourbon' @import 'bourbon/bourbon'
@import 'includes/metrics'
@import 'includes/fonts' @import 'includes/fonts'
@import 'includes/colours' @import 'includes/colours'
@import 'includes/button' @import 'includes/button'