X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/81fa0210834a8018c2afe0da8c23949ee7cc0aae..refs/pull/806/head:/resources/assets/sass/_header.scss diff --git a/resources/assets/sass/_header.scss b/resources/assets/sass/_header.scss index a3c59495e..3dce271b8 100644 --- a/resources/assets/sass/_header.scss +++ b/resources/assets/sass/_header.scss @@ -210,7 +210,7 @@ header .search-box { @include smaller-than($m) { .breadcrumbs .text-button, .action-buttons .text-button { - padding: $-s $-xs; + padding: $-xs $-xs; } .action-buttons .dropdown-container:last-child a { padding-left: $-xs; @@ -218,6 +218,9 @@ header .search-box { .breadcrumbs .text-button { font-size: 0; } + .breadcrumbs .text-button svg { + font-size: $fs-m; + } .breadcrumbs a i { font-size: $fs-m; padding-right: 0; @@ -225,6 +228,9 @@ header .search-box { .breadcrumbs span.sep { padding: 0 $-xxs; } + .toolbar .col-xs-1:first-child { + padding-right: 0; + } } .nav-tabs {