diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 00000000..7a73a41b
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,2 @@
+{
+}
\ No newline at end of file
diff --git a/LATEST.md b/LATEST.md
index 0b3f4221..28c883dc 100644
--- a/LATEST.md
+++ b/LATEST.md
@@ -1,17 +1,15 @@
## For Markdown-supporting Instances
-[TheDesk](https://thedesk.top) :thedesk: Riina (ver.5)
+[TheDesk](https://thedesk.top) :thedesk: Riina (ver.6)
・デザイン修正
-・コンパクトな設定画面
-・ちょっとしたアニメーション
+・ちょっとしたシャドウ
・バグ修正
:github: [cutls/TheDesk](https://github.com/cutls/TheDesk) #Desk #DeskUpdate
## For Vanilla Instances
- WindowsクライアントTheDesk Riina (ver.5)リリース
+ WindowsクライアントTheDesk Riina (ver.6)リリース
・デザイン修正
-・コンパクトな設定画面
-・ちょっとしたアニメーション
+・ちょっとしたシャドウ
・バグ修正
https://thedesk.top
\ No newline at end of file
diff --git a/app/css/master.css b/app/css/master.css
index eefe7549..19073c1e 100644
--- a/app/css/master.css
+++ b/app/css/master.css
@@ -1,5 +1,5 @@
/*共通CSS*/
-body{overflow:hidden;}
+body{overflow:hidden; user-select: none; cursor:default;}
.btn {
margin: 5px;
text-transform: none;
diff --git a/app/css/tl.css b/app/css/tl.css
index 734c6b41..13c8cc0a 100644
--- a/app/css/tl.css
+++ b/app/css/tl.css
@@ -26,8 +26,10 @@ iframe {
min-width: 300px;
height: 100vh;
flex: 1;
+ border: thin solid gray;
}
.user{
+ cursor:text;
font-size:1.2rem;
}
.tl-box{ height:calc(100% - 40px); overflow-y:scroll; overflow-x:hidden }
@@ -43,7 +45,6 @@ iframe {
padding-right: 2px;
word-break: break-all;
width: 100%;
- height: 100%;
display: grid;
grid-template-columns: 43px 2fr 1fr;
grid-template-areas: 'notice notice notice' 'icon display_name acct' 'icon toot toot' 'icon additional additional' 'actions actions date_via';
@@ -61,6 +62,7 @@ grid-area: icon;
}
.area-display_name {
+ user-select: auto;
height:1.5em;
margin:2px;
overflow:hidden;
@@ -79,6 +81,8 @@ text-overflow: ellipsis;
}
.area-toot {
+ cursor:text;
+ user-select: auto;
margin:2px;
grid-area: toot;
}
@@ -89,6 +93,8 @@ grid-area: toot;
}
.area-additional {
+ cursor:text;
+ user-select: auto;
grid-area: additional;
}
diff --git a/app/index.html b/app/index.html
index 9fe44d1d..0d4162f2 100644
--- a/app/index.html
+++ b/app/index.html
@@ -23,7 +23,7 @@