削除機能を追加する

This commit is contained in:
yuukiwww
2024-04-19 07:17:14 +00:00
parent ce31419bb9
commit f0be4a7074
21 changed files with 279 additions and 13 deletions

View File

@@ -109,6 +109,8 @@
right: 1vh;
opacity: 0.7;
font-family: TnT, Meiryo, sans-serif;
pointer-events: none;
max-width: 50%;
}
#version:hover{
opacity: 1;
@@ -118,6 +120,8 @@
color: #FFFFFF;
text-decoration: none;
pointer-events: none;
white-space: pre-line;
word-break: break-word;
}
.version-hide{