diff --git a/LATEST.md b/LATEST.md new file mode 100644 index 00000000..0d49f8ec --- /dev/null +++ b/LATEST.md @@ -0,0 +1,6 @@ +[TheDesk](https://thedesk.top) :thedesk: Riina (ver.2) +・バグ修正(アップデータやレイアウトなど) +・URLコピーを時間表示部に変更(公式への追従) +・アニメーションアイコンを再生するかの設定 + + :github: [cutls/TheDesk](https://github.com/cutls/TheDesk) #Desk #DeskUpdate \ No newline at end of file diff --git a/app/LATEST.md b/app/LATEST.md deleted file mode 100644 index 1938966b..00000000 --- a/app/LATEST.md +++ /dev/null @@ -1,14 +0,0 @@ -[TheDesk](https://thedesk.top) :thedesk: Riina (ver.1) -コードネーム変更です(内部verは12)。この次のコードネームはAiriです。 - + UIを大幅刷新しています。 - + 全体的にコンパクトになりました。もしかしたら文字サイズを下げたほうが見やすいかもしれません。 - + via表示が長い場合は省略します。カーソルを合わせると全て表示します。 - + 左下にそのトゥートの公開情報が表示されます。アイコンの説明はカーソルを合わせると確認できます。 - + トゥートの公開情報のアイコンを押すと,そのトゥートのURLがコピーされます。 - + トゥートボックスの上部の青いプロフのボタンで自分のプロフィールを確認 - + URLスキームに対応(thedesk://) - + これによりログイン時にコードを貼り付ける必要がなくなりました。"Electronで開く"を押して下さい。 - + thedesk://user/?code=**ユーザーID**でユーザーデータが開きます。 - + 一部バグ修正 - - :github: [cutls/TheDesk](https://github.com/cutls/TheDesk) #Desk #DeskUpdate \ No newline at end of file diff --git a/app/css/tl.css b/app/css/tl.css index 7ace2a59..8562b7d8 100644 --- a/app/css/tl.css +++ b/app/css/tl.css @@ -45,7 +45,7 @@ iframe { width: 100%; height: 100%; display: grid; - grid-template-columns: 43px 1fr 0.5fr; + grid-template-columns: 43px 2fr 1fr; grid-template-areas: 'notice notice notice' 'icon display_name acct' 'icon toot toot' 'icon date_via date_via' 'actions actions actions'; } @@ -61,8 +61,9 @@ grid-area: icon; } .area-display_name { -height:1.2em; +height:1.4em; margin:2px; +overflow:hidden; grid-area: display_name; white-space: nowrap; text-overflow: ellipsis; @@ -71,6 +72,7 @@ text-overflow: ellipsis; .area-acct { margin:2px; grid-area: acct; +overflow:hidden; text-align:right; white-space: nowrap; text-overflow: ellipsis; diff --git a/app/index.html b/app/index.html index cbc6f094..0d74ccbb 100644 --- a/app/index.html +++ b/app/index.html @@ -23,7 +23,7 @@