mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2026-03-15 03:58:42 +00:00
toolbar adjustments
This commit is contained in:
@@ -79,7 +79,7 @@
|
||||
</button>
|
||||
</md-menu>
|
||||
|
||||
<div class="toolbar-separator"></div>
|
||||
<div class="toolbar-separator" fxHide fxShow.gt-xs></div>
|
||||
|
||||
<button md-icon-button
|
||||
class="mat-icon-button quick-panel-toggle-button"
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
min-width: 64px;
|
||||
height: 64px;
|
||||
|
||||
@include media-breakpoint-down(sm) {
|
||||
@include media-breakpoint-down('xs') {
|
||||
height: 56px;
|
||||
}
|
||||
}
|
||||
@@ -66,7 +66,7 @@
|
||||
width: 1px;
|
||||
background: rgba(0, 0, 0, .12);
|
||||
|
||||
@include media-breakpoint-down(sm) {
|
||||
@include media-breakpoint-down('xs') {
|
||||
height: 56px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user