mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 18:41:15 +08:00
⛄ Sync 2026-06-26 00:17:22
This commit is contained in:
parent
7a3941cfa5
commit
3de5c699e1
@ -432,14 +432,15 @@ body[data-nav-type="sidebar"] {
|
||||
}
|
||||
|
||||
.zone-forwards {
|
||||
@apply flex items-start gap-3 leading-relaxed;
|
||||
@apply flex flex-nowrap items-stretch gap-2 leading-relaxed;
|
||||
|
||||
& > span {
|
||||
@apply text-text-muted mt-1.5;
|
||||
@apply text-text-muted flex shrink-0 basis-8 items-center justify-center self-center;
|
||||
}
|
||||
|
||||
.zone-src,
|
||||
.zone-dest {
|
||||
@apply flex flex-col items-start gap-2;
|
||||
@apply flex flex-1 flex-col gap-1.5;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -19,32 +19,41 @@
|
||||
}
|
||||
|
||||
.zonebadge {
|
||||
@apply border-hairline bg-surface-sunken text-text inline-flex items-center gap-1.5 overflow-visible rounded-full border px-1 py-1.5 text-sm font-medium shadow-sm transition-[box-shadow] duration-150 hover:shadow-md max-md:gap-1 max-md:text-xs;
|
||||
@apply border-hairline bg-surface-sunken text-text inline-flex items-center gap-1.5 overflow-visible rounded-lg border px-2 py-1 align-middle text-sm font-semibold leading-normal max-md:gap-1 max-md:px-1.5 max-md:text-xs;
|
||||
|
||||
&[style*="--zone-color-rgb"] {
|
||||
@apply bg-[rgb(var(--zone-color-rgb),.7)]!;
|
||||
@apply border-transparent bg-[rgb(var(--zone-color-rgb),.7)]!;
|
||||
|
||||
& em {
|
||||
@apply text-text;
|
||||
}
|
||||
}
|
||||
|
||||
&.zonebadge-empty {
|
||||
@apply border-dashed bg-transparent text-text-muted font-normal italic;
|
||||
}
|
||||
|
||||
.cbi-dropdown & {
|
||||
@apply rounded-xl px-1 py-0.5;
|
||||
@apply px-1.5 py-0.5;
|
||||
}
|
||||
}
|
||||
|
||||
.ifacebadge {
|
||||
@apply border-hairline bg-surface-sunken text-text hover:border-hairline hover:bg-surface-sunken inline-flex cursor-default flex-wrap items-center gap-2 rounded-2xl border px-3 py-2 text-sm font-normal shadow-sm transition-[box-shadow,border-color,background-color] duration-150 hover:shadow-md max-md:gap-1.5 max-md:px-2.5 max-md:py-1.5 max-md:text-xs;
|
||||
|
||||
.cbi-dropdown &,
|
||||
.cbi-tooltip & {
|
||||
@apply flex-nowrap;
|
||||
}
|
||||
|
||||
.zonebadge > &,
|
||||
.zonebadge > & {
|
||||
@apply flex-nowrap rounded-2xl px-1.5 py-0;
|
||||
& img {
|
||||
@apply mr-1 w-4;
|
||||
}
|
||||
}
|
||||
|
||||
.cbi-dropdown & {
|
||||
@apply rounded-2xl px-1.5 py-0;
|
||||
@apply flex-nowrap gap-1 rounded-lg px-1.5 py-0.5 shadow-none hover:shadow-none;
|
||||
& img {
|
||||
@apply mr-1 w-4;
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
table.table,
|
||||
.table {
|
||||
@apply border-hairline max-md:bg-surface-overlay mb-3 w-full border border-separate border-spacing-0 overflow-visible rounded-2xl max-md:mx-0 max-md:block max-md:w-full max-md:overflow-visible max-md:border-0 max-md:shadow-none;
|
||||
@apply border-hairline mb-3 w-full border border-separate border-spacing-0 overflow-visible rounded-2xl max-md:mx-0 max-md:block max-md:w-full max-md:overflow-visible max-md:rounded-none max-md:border-0 max-md:shadow-none;
|
||||
|
||||
&[width="100%"] {
|
||||
@apply w-full;
|
||||
@ -39,7 +39,7 @@ table.table,
|
||||
@apply has-[.cbi-progressbar]:max-md:flex has-[.cbi-progressbar]:max-md:items-center has-[.cbi-progressbar]:max-md:justify-center;
|
||||
|
||||
&:last-child {
|
||||
@apply max-md:rounded-b-2xl;
|
||||
@apply max-md:border-b-0;
|
||||
&[data-title] {
|
||||
@apply before:border-b-0;
|
||||
}
|
||||
@ -54,17 +54,6 @@ table.table,
|
||||
@apply max-md:hidden;
|
||||
}
|
||||
|
||||
&:first-child:not(
|
||||
.table-titles,
|
||||
.cbi-section-table-titles,
|
||||
.cbi-section-table-descr
|
||||
),
|
||||
&.table-titles + .tr,
|
||||
&.cbi-section-table-titles + .tr,
|
||||
&.cbi-section-table-descr + .tr {
|
||||
@apply max-md:rounded-t-2xl;
|
||||
}
|
||||
|
||||
&.cbi-rowstyle-1,
|
||||
&.cbi-rowstyle-2 {
|
||||
@apply bg-transparent;
|
||||
|
||||
@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk
|
||||
LUCI_TITLE:=Aurora Theme (A modern browser theme built with Vite and Tailwind CSS)
|
||||
LUCI_DEPENDS:=+luci-base
|
||||
|
||||
PKG_VERSION:=1.0.0
|
||||
PKG_RELEASE:=34
|
||||
PKG_VERSION:=1.0.2
|
||||
PKG_RELEASE:=35
|
||||
PKG_LICENSE:=Apache-2.0
|
||||
|
||||
LUCI_MINIFY_CSS:=
|
||||
|
||||
File diff suppressed because one or more lines are too long
@ -10,12 +10,12 @@ include $(INCLUDE_DIR)/kernel.mk
|
||||
|
||||
PKG_NAME:=natflow
|
||||
PKG_VERSION:=20260531
|
||||
PKG_RELEASE:=22
|
||||
PKG_RELEASE:=23
|
||||
|
||||
PKG_SOURCE:=$(PKG_VERSION).tar.xz
|
||||
PKG_SOURCE_URL:=https://github.com/ptpt52/natflow.git
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_VERSION:=215aaea60b314aa3373a513a7d36cdbe37be3d97
|
||||
PKG_SOURCE_VERSION:=30f0d204dcde10f8aa05549d046bbeced4bea8df
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_MAINTAINER:=Chen Minqiang <ptpt52@gmail.com>
|
||||
PKG_LICENSE:=GPL-2.0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user