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

Commit

Permalink
Modify fullscreen button styles
Browse files Browse the repository at this point in the history
Presentation button now displays at 1024 and under
  • Loading branch information
Kunamatata authored and willdurand committed Jan 14, 2017
1 parent 21fce51 commit 43c61f8
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions app/scss/components/_toolbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,31 @@
text-align: right;
padding: 1rem;

@include breakpoint(small only) {
& {
display: flex;
justify-content: center;
align-items: center;
padding: 0;
}
.actions{
margin-bottom: 0 !important;
.action.fullscreen{
transform: scale(.7);
margin-bottom: 0;
}
}
}

@include breakpoint(medium down) {
.actions {
.action.share {
display: none;
}
}
#templateForm{
display: none;
}
}

& > * {
Expand Down

0 comments on commit 43c61f8

Please sign in to comment.