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.
This commit is contained in:
Zack Spear
2025-05-08 17:32:48 -07:00
parent 17413b1500
commit 892f430d37

View File

@@ -5,11 +5,4 @@
}
table tbody td {
line-height: normal;
}
.Theme--black,
.Theme--white {
span.status.vhshift {
margin-top: 8px !important;
}
}