diff --git a/luci-app-passwall/Makefile b/luci-app-passwall/Makefile index d88f9b30..4c1a2db8 100644 --- a/luci-app-passwall/Makefile +++ b/luci-app-passwall/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-passwall PKG_VERSION:=26.6.2 -PKG_RELEASE:=147 +PKG_RELEASE:=148 PKG_PO_VERSION:=$(PKG_VERSION) PKG_CONFIG_DEPENDS:= \ @@ -134,7 +134,7 @@ config PACKAGE_$(PKG_NAME)_INCLUDE_Simple_Obfs config PACKAGE_$(PKG_NAME)_INCLUDE_SingBox bool "Include Sing-Box" select PACKAGE_sing-box - default y if aarch64||i386||x86_64 + default y config PACKAGE_$(PKG_NAME)_INCLUDE_V2ray_Geodata bool "Include V2ray_Geodata" @@ -148,7 +148,7 @@ config PACKAGE_$(PKG_NAME)_INCLUDE_V2ray_Plugin config PACKAGE_$(PKG_NAME)_INCLUDE_Xray bool "Include Xray" - default y + default y if aarch64||i386||x86_64 config PACKAGE_$(PKG_NAME)_INCLUDE_Xray_Plugin bool "Include Xray-Plugin (Shadowsocks Plugin)" diff --git a/luci-theme-material3/htdocs/luci-static/material3/cascade.css b/luci-theme-material3/htdocs/luci-static/material3/cascade.css index 11e637e0..9c9a12d5 100644 --- a/luci-theme-material3/htdocs/luci-static/material3/cascade.css +++ b/luci-theme-material3/htdocs/luci-static/material3/cascade.css @@ -1889,11 +1889,12 @@ input[type="checkbox"]:checked::after { --switch-check-icon: url("data:image/svg+xml,"); content: ""; position: absolute; - top: 10px; - left: 28px; + top: 50%; + left: 32px; width: 10px; height: 10px; background: var(--primary); + transform: translate(-50%, -50%); -webkit-mask: var(--switch-check-icon) center/contain no-repeat; mask: var(--switch-check-icon) center/contain no-repeat; } @@ -4852,4 +4853,4 @@ body[data-page^="admin-services-dockerman"] #view a[href*="/dockerman/"] strong[ body[data-page^="admin-services-dockerman"] #view a[href*="/dockerman/"] strong[style*="color: #28a745"] { color: var(--success-color-high) !important; -} \ No newline at end of file +}