- 使用 grid 布局,固定两列 - 按钮更宽,预览色块更清晰 - 保持右侧位置,便于快速切换
@@ -478,8 +478,8 @@ input[type="range"]::-moz-range-thumb {
}
.theme-buttons-grid {
display: flex;
flex-wrap: wrap;
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 10px;
The note is not visible to the blocked user.