mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 10:31:38 +08:00
21 lines
445 B
CSS
21 lines
445 B
CSS
/* luci-app-openclash */
|
|
.diag-style {
|
|
@apply max-md:grid max-md:grid-cols-1 max-md:gap-4;
|
|
& > div {
|
|
@apply flex flex-col items-center gap-2 max-md:w-full! max-md:gap-1;
|
|
}
|
|
}
|
|
|
|
/* luci-app-filemanager */
|
|
#file-manager-container {
|
|
@apply overflow-auto;
|
|
#status-bar {
|
|
@apply bg-page-bg border-0;
|
|
}
|
|
}
|
|
|
|
/* luci-app-statistics */
|
|
[data-page="admin-statistics-graphs"] [data-plugin] img {
|
|
@apply dark:hue-rotate-150 dark:invert;
|
|
}
|