From e548caabb17f7c880fab95dc1ea295ce19178ee7 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Fri, 27 Sep 2019 17:32:52 +0200 Subject: [PATCH] Formatting... --- public/css/grocy.css | 50 ++++++++++++++++++++++---------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/public/css/grocy.css b/public/css/grocy.css index 196ed321..63299909 100644 --- a/public/css/grocy.css +++ b/public/css/grocy.css @@ -8,7 +8,7 @@ body { } .responsive-button { - white-space: normal; + white-space: normal; } .timeago-contextual { @@ -60,16 +60,17 @@ a.discrete-link:focus { } /* Fixes smooth scrolling on iOS */ -#sidebarResponsive, .fullscreen { - -webkit-overflow-scrolling: touch; +#sidebarResponsive, +.fullscreen { + -webkit-overflow-scrolling: touch; } .fullscreen-card .card-header { - z-index: 9999; - width: 100%; - position: fixed; - top: 0; - left: 0; + z-index: 9999; + width: 100%; + position: fixed; + top: 0; + left: 0; } body.fullscreen-card { @@ -82,7 +83,7 @@ a.discrete-link:focus { .form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label { - color: inherit; + color: inherit; } .text-strike-through { @@ -190,27 +191,27 @@ input::-webkit-inner-spin-button { } .expandable-text .collapse, .module .collapsing { - height: 2.4rem; + height: 2.4rem; } .expandable-text .collapse { - position: relative; - display: block; - overflow: hidden; + position: relative; + display: block; + overflow: hidden; } .expandable-text .collapse:before { - position: absolute; - right: 0; - bottom: 0; + position: absolute; + right: 0; + bottom: 0; } .expandable-text .collapse.show { - height: auto; + height: auto; } .expandable-text .collapse.show:before { - display: none; + display: none; } /* Third party component customizations - Bootstrap */ @@ -243,6 +244,10 @@ input::-webkit-inner-spin-button { z-index: inherit; } +.list-group { + flex-shrink: 0; +} + /* Third party component customizations - DataTables */ .dataTable td { vertical-align: middle !important; @@ -290,8 +295,8 @@ input::-webkit-inner-spin-button { /* Third party component customizations - SB Admin 2 */ #mainNav .navbar-collapse .navbar-nav > .nav-item.dropdown > .nav-link:after, #mainNav .navbar-collapse .navbar-sidenav .nav-link-collapse:after { - font-family: 'Font Awesome 5 Free'; - font-weight: 900; + font-family: 'Font Awesome 5 Free'; + font-weight: 900; } @media (max-width:992px) { @@ -334,8 +339,3 @@ canvas.drawingBuffer { left: 0; top: 0; } - -/* Third party component customizations - Bootstrap list-group */ -.list-group { - flex-shrink: 0; -}