feat: reset menu style

This commit is contained in:
shinya
2025-07-03 20:58:16 +08:00
parent 881b54b3de
commit 783be9ecc4

View File

@@ -158,16 +158,3 @@ div[data-media-provider] video {
background-color: #000;
color: #fff;
}
.vds-menu-items .vds-radio {
padding: 0rem 1rem; /* 减少单项内边距 */
margin: 0; /* 清除默认外边距 */
}
.vds-menu-items .vds-radio + .vds-radio {
margin-top: 2px; /* 相邻项之间仅 2px 间隔 */
}
.vds-menu-items .vds-radio-label {
font-size: 0.875rem; /* 调小字号 */
}