Files
webgui/emhttp/plugins/dynamix.plugin.manager/sheets/Plugins.css
Zack Spear 892f430d37 style: clean up Plugins.css by removing unnecessary styles
- Removed commented-out styles for .Theme--black and .Theme--white to streamline the CSS.
- Eliminated redundant margin-top adjustment in span.status.vhshift for improved layout clarity.
2025-05-08 17:32:48 -07:00

8 lines
119 B
CSS

#plugin_tree {
width: 33%;
height: 200px;
overflow-y: scroll;
}
table tbody td {
line-height: normal;
}