From a37961742727b4def9d9b95f28a58ce251ebd9f8 Mon Sep 17 00:00:00 2001 From: cutls Date: Sat, 12 May 2018 03:12:25 +0900 Subject: [PATCH] TheDesk Mio (ver.2) --- app/css/tl.css | 8 ++++---- app/index.html | 5 +++-- app/js/platform/end.js | 20 ++++++++++++++++++++ app/js/post/emoji.js | 6 ++++++ app/js/tl/card.js | 20 +++++++++++++++++++- app/js/tl/parse.js | 7 ++----- app/js/ui/layout.js | 2 +- app/js/ui/sort.js | 4 +++- app/package.json | 2 +- app/setting.html | 4 ++-- ver.json | 2 +- 11 files changed, 62 insertions(+), 18 deletions(-) diff --git a/app/css/tl.css b/app/css/tl.css index 9fb30e9a..a840ea9e 100644 --- a/app/css/tl.css +++ b/app/css/tl.css @@ -310,7 +310,7 @@ p:not(:last-child){ max-height: 190px; overflow-y: scroll; } -.mention { +.u-url { color: black; cursor: text; } @@ -322,7 +322,7 @@ p:not(:last-child){ .blacktheme .notf-box,.blacktheme .modal-footer,.blacktheme #sidebar { background-color: #424242; } -.blacktheme .btn-flat,.blacktheme .mention ,.blacktheme #sidebar a { +.blacktheme .btn-flat,.blacktheme .u-url ,.blacktheme #sidebar a { color: white } .blacktheme .shared { @@ -338,7 +338,7 @@ p:not(:last-child){ .indigotheme .notf-box,.indigotheme .modal-footer,.indigotheme #sidebar { background-color: #0d1351; } -.indigotheme .btn-flat,.indigotheme .mention ,.indigotheme #sidebar a { +.indigotheme .btn-flat,.indigotheme .u-url ,.indigotheme #sidebar a { color: white } .indigotheme .shared { @@ -354,7 +354,7 @@ p:not(:last-child){ .browntheme .notf-box,.browntheme .modal-footer,.browntheme #sidebar { background-color: #4e342e; } -.browntheme .btn-flat,.browntheme .mention ,.browntheme #sidebar a { +.browntheme .btn-flat,.browntheme .u-url ,.browntheme #sidebar a { color: white } .browntheme .shared { diff --git a/app/index.html b/app/index.html index c27e69ec..96ac9d8d 100644 --- a/app/index.html +++ b/app/index.html @@ -26,7 +26,7 @@