Update lukeflix.css

This commit is contained in:
2026-07-24 22:46:07 -06:00
parent ef490fd4f0
commit 2fed84e7e4

View File

@@ -2371,4 +2371,9 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child {
border: none !important; border: none !important;
border-radius: 8px !important; border-radius: 8px !important;
margin: 5px 0px 3px 3px !important; margin: 5px 0px 3px 3px !important;
}
/* Remove borders around each row and program */
.channelPrograms {
border: none !important;
} }