mirror of
https://github.com/unraid/webgui.git
synced 2026-01-31 05:59:25 -06:00
- 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.
8 lines
119 B
CSS
8 lines
119 B
CSS
#plugin_tree {
|
|
width: 33%;
|
|
height: 200px;
|
|
overflow-y: scroll;
|
|
}
|
|
table tbody td {
|
|
line-height: normal;
|
|
} |