TheDesk Airi (ver.3)
18
LATEST.md
|
@ -1,19 +1,19 @@
|
||||||
## For Astarte(kirishima.cloud), My Primary Instance
|
## For Astarte(kirishima.cloud), My Primary Instance
|
||||||
|
|
||||||
TheDesk :thedesk: Airi (ver.2)
|
TheDesk :thedesk: Airi (ver.3)
|
||||||
・UIをシンプルに洗練
|
・デフォルトの絵文字に関するバグ修正
|
||||||
・TL「一番上へ」をTL種別アイコンと統合
|
・改行の描画に関するバグ修正
|
||||||
・デフォルトの絵文字に対応
|
・返信に関するバグ修正
|
||||||
・バージョン1.xのインスタンスに暫定対応。
|
・通知を効率化
|
||||||
https://thedesk.top
|
https://thedesk.top
|
||||||
:github: https://github.com/cutls/TheDesk #Desk #DeskUpdate
|
:github: https://github.com/cutls/TheDesk #Desk #DeskUpdate
|
||||||
|
|
||||||
## For Vanilla Instances
|
## For Vanilla Instances
|
||||||
|
|
||||||
Windows/LinuxクライアントTheDesk Airi (ver.2)リリース
|
Windows/LinuxクライアントTheDesk Airi (ver.2)リリース
|
||||||
・UIをシンプルに洗練
|
・デフォルトの絵文字に関するバグ修正
|
||||||
・TL「一番上へ」をTL種別アイコンと統合
|
・改行の描画に関するバグ修正
|
||||||
・デフォルトの絵文字に対応
|
・返信に関するバグ修正
|
||||||
・バージョン1.xのインスタンスに暫定対応。
|
・通知を効率化
|
||||||
TheDeskはマルチカラム,マルチアカウントはもちろんのこと,なにかとマストドンライフをシンプルに効率化するクライアントです。
|
TheDeskはマルチカラム,マルチアカウントはもちろんのこと,なにかとマストドンライフをシンプルに効率化するクライアントです。
|
||||||
https://thedesk.top
|
https://thedesk.top
|
|
@ -181,6 +181,9 @@ blockquote:before, .quote:before {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.modal-overlay{
|
||||||
|
z-index:999 !important;
|
||||||
|
}
|
||||||
|
|
||||||
/*black theme*/
|
/*black theme*/
|
||||||
.blacktheme body {
|
.blacktheme body {
|
||||||
|
|
580
app/css/materialize.css
vendored
|
@ -77,7 +77,10 @@
|
||||||
color: white;
|
color: white;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
}
|
}
|
||||||
|
.character-counter{
|
||||||
|
position: relative;
|
||||||
|
top: -25px;
|
||||||
|
}
|
||||||
|
|
||||||
/*mini*/
|
/*mini*/
|
||||||
.mini-post .mize{
|
.mini-post .mize{
|
||||||
|
|
|
@ -16,13 +16,13 @@
|
||||||
flex-wrap:wrap;
|
flex-wrap:wrap;
|
||||||
}
|
}
|
||||||
#sidebar-top{
|
#sidebar-top{
|
||||||
height:calc(100vh - 7em);
|
height:70vh;
|
||||||
display:flex;
|
display:flex;
|
||||||
flex-wrap:wrap;
|
flex-wrap:wrap;
|
||||||
align-content:center;
|
align-content:center;
|
||||||
}
|
}
|
||||||
#sidebar-btm{
|
#sidebar-btm{
|
||||||
height:7em;
|
height:9em;
|
||||||
display:flex;
|
display:flex;
|
||||||
flex-wrap:wrap;
|
flex-wrap:wrap;
|
||||||
align-content:flex-end;
|
align-content:flex-end;
|
||||||
|
@ -192,6 +192,9 @@ p {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
}
|
}
|
||||||
|
p:not(:last-child){
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
.shared {
|
.shared {
|
||||||
background-color: #cfd8dc;
|
background-color: #cfd8dc;
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
}
|
}
|
||||||
#his-data-show {
|
#his-data-show {
|
||||||
margin: 50px;
|
margin: 50px;
|
||||||
background-color: rgba(255, 255, 255, 0.8);
|
background-color: #e6ee9c;
|
||||||
width: calc(100% - 50px);
|
width: calc(100% - 50px);
|
||||||
height: calc(100% - 50px);
|
height: calc(100% - 50px);
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
@ -30,8 +30,15 @@
|
||||||
.my-data-width {
|
.my-data-width {
|
||||||
width: 11.11%;
|
width: 11.11%;
|
||||||
}
|
}
|
||||||
|
.active-back{
|
||||||
|
background-color:rgba(255, 255, 255, 0.3);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/*black theme*/
|
/*black theme*/
|
||||||
.blacktheme #his-data-show {
|
.blacktheme #his-data-show {
|
||||||
background-color: rgba(0, 0, 0, 0.8);
|
background-color: rgba(0, 0, 0, 0.8);
|
||||||
|
}
|
||||||
|
.blacktheme .active-back{
|
||||||
|
background-color:#757575;
|
||||||
}
|
}
|
BIN
app/img/blob-thinking.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
app/img/emoji/72x72/1f004.png
Normal file
After Width: | Height: | Size: 562 B |
BIN
app/img/emoji/72x72/1f0cf.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
app/img/emoji/72x72/1f170.png
Normal file
After Width: | Height: | Size: 570 B |
BIN
app/img/emoji/72x72/1f171.png
Normal file
After Width: | Height: | Size: 468 B |
BIN
app/img/emoji/72x72/1f17e.png
Normal file
After Width: | Height: | Size: 570 B |
BIN
app/img/emoji/72x72/1f17f.png
Normal file
After Width: | Height: | Size: 413 B |
BIN
app/img/emoji/72x72/1f18e.png
Normal file
After Width: | Height: | Size: 693 B |
BIN
app/img/emoji/72x72/1f191.png
Normal file
After Width: | Height: | Size: 570 B |
BIN
app/img/emoji/72x72/1f192.png
Normal file
After Width: | Height: | Size: 614 B |
BIN
app/img/emoji/72x72/1f193.png
Normal file
After Width: | Height: | Size: 528 B |
BIN
app/img/emoji/72x72/1f194.png
Normal file
After Width: | Height: | Size: 506 B |
BIN
app/img/emoji/72x72/1f195.png
Normal file
After Width: | Height: | Size: 678 B |
BIN
app/img/emoji/72x72/1f196.png
Normal file
After Width: | Height: | Size: 678 B |
BIN
app/img/emoji/72x72/1f197.png
Normal file
After Width: | Height: | Size: 651 B |
BIN
app/img/emoji/72x72/1f198.png
Normal file
After Width: | Height: | Size: 729 B |
BIN
app/img/emoji/72x72/1f199.png
Normal file
After Width: | Height: | Size: 565 B |
BIN
app/img/emoji/72x72/1f19a.png
Normal file
After Width: | Height: | Size: 792 B |
BIN
app/img/emoji/72x72/1f1e6.png
Normal file
After Width: | Height: | Size: 570 B |
BIN
app/img/emoji/72x72/1f1e7.png
Normal file
After Width: | Height: | Size: 468 B |
BIN
app/img/emoji/72x72/1f1e8-1f1f3.png
Normal file
After Width: | Height: | Size: 411 B |
BIN
app/img/emoji/72x72/1f1e8.png
Normal file
After Width: | Height: | Size: 510 B |
BIN
app/img/emoji/72x72/1f1e9-1f1ea.png
Normal file
After Width: | Height: | Size: 267 B |
BIN
app/img/emoji/72x72/1f1e9.png
Normal file
After Width: | Height: | Size: 458 B |
BIN
app/img/emoji/72x72/1f1ea-1f1f8.png
Normal file
After Width: | Height: | Size: 372 B |
BIN
app/img/emoji/72x72/1f1ea.png
Normal file
After Width: | Height: | Size: 378 B |
BIN
app/img/emoji/72x72/1f1eb-1f1f7.png
Normal file
After Width: | Height: | Size: 245 B |
BIN
app/img/emoji/72x72/1f1eb.png
Normal file
After Width: | Height: | Size: 362 B |
BIN
app/img/emoji/72x72/1f1ec-1f1e7.png
Normal file
After Width: | Height: | Size: 747 B |
BIN
app/img/emoji/72x72/1f1ec.png
Normal file
After Width: | Height: | Size: 587 B |
BIN
app/img/emoji/72x72/1f1ed.png
Normal file
After Width: | Height: | Size: 286 B |
BIN
app/img/emoji/72x72/1f1ee-1f1f9.png
Normal file
After Width: | Height: | Size: 245 B |
BIN
app/img/emoji/72x72/1f1ee.png
Normal file
After Width: | Height: | Size: 302 B |
BIN
app/img/emoji/72x72/1f1ef-1f1f5.png
Normal file
After Width: | Height: | Size: 345 B |
BIN
app/img/emoji/72x72/1f1ef.png
Normal file
After Width: | Height: | Size: 368 B |
BIN
app/img/emoji/72x72/1f1f0-1f1f7.png
Normal file
After Width: | Height: | Size: 804 B |
BIN
app/img/emoji/72x72/1f1f0.png
Normal file
After Width: | Height: | Size: 484 B |
BIN
app/img/emoji/72x72/1f1f1.png
Normal file
After Width: | Height: | Size: 326 B |
BIN
app/img/emoji/72x72/1f1f2.png
Normal file
After Width: | Height: | Size: 709 B |
BIN
app/img/emoji/72x72/1f1f3.png
Normal file
After Width: | Height: | Size: 489 B |
BIN
app/img/emoji/72x72/1f1f4.png
Normal file
After Width: | Height: | Size: 578 B |
BIN
app/img/emoji/72x72/1f1f5.png
Normal file
After Width: | Height: | Size: 418 B |
BIN
app/img/emoji/72x72/1f1f6.png
Normal file
After Width: | Height: | Size: 611 B |
BIN
app/img/emoji/72x72/1f1f7-1f1fa.png
Normal file
After Width: | Height: | Size: 238 B |
BIN
app/img/emoji/72x72/1f1f7.png
Normal file
After Width: | Height: | Size: 487 B |
BIN
app/img/emoji/72x72/1f1f8.png
Normal file
After Width: | Height: | Size: 524 B |
BIN
app/img/emoji/72x72/1f1f9.png
Normal file
After Width: | Height: | Size: 342 B |
BIN
app/img/emoji/72x72/1f1fa-1f1f8.png
Normal file
After Width: | Height: | Size: 310 B |
BIN
app/img/emoji/72x72/1f1fa.png
Normal file
After Width: | Height: | Size: 451 B |
BIN
app/img/emoji/72x72/1f1fb.png
Normal file
After Width: | Height: | Size: 577 B |
BIN
app/img/emoji/72x72/1f1fc.png
Normal file
After Width: | Height: | Size: 740 B |
BIN
app/img/emoji/72x72/1f1fd.png
Normal file
After Width: | Height: | Size: 613 B |
BIN
app/img/emoji/72x72/1f1fe.png
Normal file
After Width: | Height: | Size: 472 B |
BIN
app/img/emoji/72x72/1f1ff.png
Normal file
After Width: | Height: | Size: 474 B |
BIN
app/img/emoji/72x72/1f201.png
Normal file
After Width: | Height: | Size: 366 B |
BIN
app/img/emoji/72x72/1f202.png
Normal file
After Width: | Height: | Size: 452 B |
BIN
app/img/emoji/72x72/1f21a.png
Normal file
After Width: | Height: | Size: 596 B |
BIN
app/img/emoji/72x72/1f22f.png
Normal file
After Width: | Height: | Size: 575 B |
BIN
app/img/emoji/72x72/1f232.png
Normal file
After Width: | Height: | Size: 689 B |
BIN
app/img/emoji/72x72/1f233.png
Normal file
After Width: | Height: | Size: 533 B |
BIN
app/img/emoji/72x72/1f234.png
Normal file
After Width: | Height: | Size: 526 B |
BIN
app/img/emoji/72x72/1f235.png
Normal file
After Width: | Height: | Size: 635 B |
BIN
app/img/emoji/72x72/1f236.png
Normal file
After Width: | Height: | Size: 497 B |
BIN
app/img/emoji/72x72/1f237.png
Normal file
After Width: | Height: | Size: 447 B |
BIN
app/img/emoji/72x72/1f238.png
Normal file
After Width: | Height: | Size: 393 B |
BIN
app/img/emoji/72x72/1f239.png
Normal file
After Width: | Height: | Size: 540 B |
BIN
app/img/emoji/72x72/1f23a.png
Normal file
After Width: | Height: | Size: 549 B |
BIN
app/img/emoji/72x72/1f250.png
Normal file
After Width: | Height: | Size: 909 B |
BIN
app/img/emoji/72x72/1f251.png
Normal file
After Width: | Height: | Size: 658 B |
BIN
app/img/emoji/72x72/1f300.png
Normal file
After Width: | Height: | Size: 904 B |
BIN
app/img/emoji/72x72/1f301.png
Normal file
After Width: | Height: | Size: 756 B |
BIN
app/img/emoji/72x72/1f302.png
Normal file
After Width: | Height: | Size: 918 B |
BIN
app/img/emoji/72x72/1f303.png
Normal file
After Width: | Height: | Size: 548 B |
BIN
app/img/emoji/72x72/1f304.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
app/img/emoji/72x72/1f305.png
Normal file
After Width: | Height: | Size: 905 B |
BIN
app/img/emoji/72x72/1f306.png
Normal file
After Width: | Height: | Size: 431 B |
BIN
app/img/emoji/72x72/1f307.png
Normal file
After Width: | Height: | Size: 954 B |
BIN
app/img/emoji/72x72/1f308.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
app/img/emoji/72x72/1f309.png
Normal file
After Width: | Height: | Size: 733 B |
BIN
app/img/emoji/72x72/1f30a.png
Normal file
After Width: | Height: | Size: 806 B |
BIN
app/img/emoji/72x72/1f30b.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
app/img/emoji/72x72/1f30c.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
app/img/emoji/72x72/1f30d.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
app/img/emoji/72x72/1f30e.png
Normal file
After Width: | Height: | Size: 942 B |
BIN
app/img/emoji/72x72/1f30f.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
app/img/emoji/72x72/1f310.png
Normal file
After Width: | Height: | Size: 684 B |
BIN
app/img/emoji/72x72/1f311.png
Normal file
After Width: | Height: | Size: 712 B |
BIN
app/img/emoji/72x72/1f312.png
Normal file
After Width: | Height: | Size: 956 B |
BIN
app/img/emoji/72x72/1f313.png
Normal file
After Width: | Height: | Size: 887 B |
BIN
app/img/emoji/72x72/1f314.png
Normal file
After Width: | Height: | Size: 976 B |
BIN
app/img/emoji/72x72/1f315.png
Normal file
After Width: | Height: | Size: 713 B |
BIN
app/img/emoji/72x72/1f316.png
Normal file
After Width: | Height: | Size: 981 B |
BIN
app/img/emoji/72x72/1f317.png
Normal file
After Width: | Height: | Size: 887 B |
BIN
app/img/emoji/72x72/1f318.png
Normal file
After Width: | Height: | Size: 955 B |