diff --git a/resources/views/admin/home.blade.php b/resources/views/admin/home.blade.php index 0b81f56..b9a63d0 100644 --- a/resources/views/admin/home.blade.php +++ b/resources/views/admin/home.blade.php @@ -204,29 +204,13 @@ background: #609ff9; position: absolute; left: 0; - bottom: -18px; + bottom: -12px; } .hospital-select:focus { outline: none; } - .date-select { - display: flex; - align-items: center; - } - .date-select > span { - padding: 0 4px; - } - .date-select > select { - display: inline-block; - padding: 0 6px; - border-radius: 4px; - border: #999 1px solid; - height: 30px; - width: 120px; - margin: 10px 0; - } .card1-body:has(#bar-chart) { - height: calc(100% - 51px); + height: calc(100% - 39px); } .hospital-select { @@ -319,7 +303,7 @@