mirror of
https://github.com/unraid/webgui.git
synced 2026-01-02 23:50:21 -06:00
18 lines
290 B
CSS
18 lines
290 B
CSS
#plugin_tree {
|
|
width: 33%;
|
|
height: 200px;
|
|
overflow-y: scroll;
|
|
}
|
|
table tbody td {
|
|
line-height: normal;
|
|
}
|
|
|
|
.Theme--black,
|
|
.Theme--white {
|
|
span.status.vhshift {
|
|
margin-top: 8px !important;
|
|
}
|
|
table#plugin_table {
|
|
margin-top: -43px !important;
|
|
}
|
|
} |