Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

fix status bar to bottom of the screen #3692

Merged
merged 4 commits into from
Dec 1, 2016
Merged

fix status bar to bottom of the screen #3692

merged 4 commits into from
Dec 1, 2016

Conversation

derhuerst
Copy link
Contributor

Fixes #3677.

  • Visually polishes the status bar and uses position: fixed to show it at the bottom.
  • Makes the bar a bit smaller, so it uses up less precious screen space.
  • <Snackbar> has a dark grey border now, so users are able to differentiate it on dark backgrounds.

@derhuerst derhuerst added A0-pleasereview 🤓 Pull request needs code review. M7-ui labels Nov 30, 2016
@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 60a8aab on jr-fixed-status into ** on master**.

}

.block {
.enode > :last-child {
Copy link
Contributor

@jacogr jacogr Nov 30, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Spacing before/between blocks, or combine it, e.g.

enode {
  & > * {
    ...
  }

  & > :last-child {
    ...
  }
}

@jacogr jacogr added A6-mustntgrumble 💦 Pull request has areas for improvement. The author need not address them before merging. and removed A0-pleasereview 🤓 Pull request needs code review. labels Nov 30, 2016
@jacogr
Copy link
Contributor

jacogr commented Nov 30, 2016

Minor blank-lines and/or block issue, but fine otherwise.

@gavofyork gavofyork merged commit 9053e2f into master Dec 1, 2016
@gavofyork gavofyork deleted the jr-fixed-status branch December 1, 2016 01:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A6-mustntgrumble 💦 Pull request has areas for improvement. The author need not address them before merging.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Status bar should always show right at the bottom of the screen
4 participants