mirror of
https://github.com/unraid/webgui.git
synced 2025-12-31 14:40:36 -06:00
- Updated PHPsettings.page to wrap buttons in a div for improved layout and added a new section for log management. - Modified PHPsettings.css to define a new class for the PHP settings description, ensuring better alignment and responsiveness. - This change continues the effort to enhance visual structure across the plugin.
14 lines
165 B
CSS
14 lines
165 B
CSS
div#templateWindow,
|
|
div#dialogWindow {
|
|
display: none;
|
|
}
|
|
|
|
span.dim {
|
|
opacity: 0.2;
|
|
}
|
|
|
|
.php-settings-description {
|
|
max-width: 100ch;
|
|
margin: 0 auto;
|
|
}
|