Browse Source

Improved top bar on small views.

pull/77/head
Simon Eisenmann 11 years ago
parent
commit
e7fd1ae294
  1. 15
      src/styles/components/_bar.scss
  2. 2
      static/css/main.min.css

15
src/styles/components/_bar.scss

@ -26,7 +26,7 @@
text-align: center; text-align: center;
touch-callout: none; touch-callout: none;
user-select: none; user-select: none;
z-index: 10; z-index: 60;
} }
.bar .left { .bar .left {
@ -50,13 +50,24 @@
span a { span a {
color: $bar-logo-text-desc; color: $bar-logo-text-desc;
} }
@include breakpt($breakpoint-medium) {
background: $scalable-logo no-repeat center;
width: 46px;
height: 46px;
span {
display: none;
}
}
}
@include breakpt($breakpoint-medium) {
padding: 2px 5px 0px 11px;
} }
} }
.bar .middle { .bar .middle {
position: absolute; position: absolute;
left: 0px; left: 0px;
right: 0px; right: 60px;
top: 0px; top: 0px;
pointer-events: none; pointer-events: none;
text-align: center; text-align: center;

2
static/css/main.min.css vendored

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save