🌈 Sync 2026-05-24 20:26:08

This commit is contained in:
github-actions[bot] 2026-05-24 20:26:08 +08:00
parent 78744e40ca
commit 4dacd1921b
2 changed files with 31 additions and 5 deletions

View File

@ -6,8 +6,8 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=dns2socks-rust
PKG_VERSION:=0.2.4
PKG_RELEASE:=2
PKG_VERSION:=0.2.5
PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/tun2proxy/dns2socks/tar.gz/v$(PKG_VERSION)?

View File

@ -1229,6 +1229,22 @@ body {
-webkit-tap-highlight-color: transparent;
}
a,
button,
input,
select,
textarea,
label[for],
.btn,
.cbi-button,
.cbi-dropdown,
.menu-btn,
header [data-indicator],
.tabs a,
.cbi-tabmenu a {
touch-action: manipulation;
}
.container {
width: 100%;
max-width: 1180px;
@ -2260,16 +2276,26 @@ body.sidebar-open header {
visibility: visible;
}
.cbi-dropdown[open],
.cbi-dropdown[open]>ul.dropdown {
.cbi-dropdown[open]:not(.btn):not(.cbi-button),
.cbi-dropdown[open]:not(.btn):not(.cbi-button)>ul.dropdown {
max-width: 100%;
}
.cbi-dropdown[open]>ul.dropdown {
.cbi-dropdown[open]:not(.btn):not(.cbi-button)>ul.dropdown {
box-sizing: border-box;
width: 100%;
min-width: 100%;
}
.cbi-dropdown[open].btn>ul.dropdown,
.cbi-dropdown[open].cbi-button>ul.dropdown {
left: 0 !important;
right: auto !important;
width: max-content;
max-width: calc(100vw - 24px);
min-width: 100%;
}
}
.nav {