Files
webgui/emhttp/plugins/dynamix/sheets/Syslog.css
Zack Spear 1e2ba501c0 feat: added fillAvailableHeight js to dynamically resize vertical elements
- Updated PHP opening tags from `<?PHP` to `<?php` for consistency.
- Reformatted code for improved readability in Syslog.page.
- Added a new function `fillAvailableHeight` in BodyInlineJS.php to dynamically resize elements for better layout.
- Updated CSS to remove unnecessary gap and margin for a cleaner design in Syslog.css.
- Enhanced the syslog controls and output structure for improved usability.
2025-06-26 14:09:36 -07:00

27 lines
431 B
CSS

input#max {
width: 60px;
}
.syslog-controls {
display: flex;
justify-content: space-between;
align-items: center;
box-sizing: border-box;
* {
box-sizing: border-box;
}
.label {
display: flex;
flex-direction: row;
align-items: center;
gap: 10px;
margin: 0;
padding: .2rem .6rem;
}
input[type="checkbox"] {
margin: 0;
}
}