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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user