やっぱもうちょっと太い方がいい

This commit is contained in:
kakkokari-gtyih 2023-09-19 21:20:39 +09:00
parent 24ffa51338
commit fe4f1c59ab
2 changed files with 4 additions and 4 deletions

View file

@ -125,11 +125,11 @@ function showMenu(ev: MouseEvent) {
} }
.sensitive { .sensitive {
border: 3px solid var(--warn); border: 4px solid var(--warn);
} }
.nonSensitive { .nonSensitive {
border: 3px solid transparent; border: 4px solid transparent;
} }
.hiddenText { .hiddenText {

View file

@ -50,11 +50,11 @@ const hide = ref((defaultStore.state.nsfw === 'force' || defaultStore.state.enab
} }
.sensitiveContainer { .sensitiveContainer {
border: 3px solid var(--warn); border: 4px solid var(--warn);
} }
.nonSensitiveContainer { .nonSensitiveContainer {
border: 3px solid transparent; border: 4px solid transparent;
} }
.hide { .hide {