1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 21:33:18 +01:00

Shrunk spacing between lines when searching

Other Changes:
- Fix horizontal scrollbar if log line exceeds width of page
- Restored style for dropdown button on top of page
- Remove unused CSS properties
This commit is contained in:
Coteh
2022-03-06 14:53:25 -05:00
parent fdbd8b2992
commit 8fcc5fc9cc
3 changed files with 36 additions and 49 deletions

View File

@@ -18,9 +18,11 @@
<script lang="ts" setup></script>
<style lang="scss" scoped>
.button {
.minimal .button {
background-color: rgba(0, 0, 0, 0);
border: none;
padding: 0.1em;
height: 100%;
}
.is-top .dropdown-menu {
top: 0;