From 8117ddb6cef02d97bd89799c81b03a4eeff370c3 Mon Sep 17 00:00:00 2001 From: Cutls Date: Thu, 3 Oct 2019 01:37:33 +0900 Subject: [PATCH] Add: click custom emojis to zoom in --- app/css/tl.css | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/app/css/tl.css b/app/css/tl.css index 731edcf1..44b8c44f 100644 --- a/app/css/tl.css +++ b/app/css/tl.css @@ -45,7 +45,8 @@ #bottom .trendtag { height: 40px; } -#bottom #group, #demogroup { +#bottom #group, +#demogroup { margin-right: 40px; } #bottom .leftside { @@ -58,7 +59,8 @@ #bottom #tips img { vertical-align: -3px; } -#bottom a, #demogroup a { +#bottom a, +#demogroup a { color: var(--color); } #bottom i { @@ -188,6 +190,9 @@ iframe, vertical-align: middle; margin: -1px 0; } +.bigemoji { + width: 60px !important; +} .faicon_FTL { display: none; } @@ -712,15 +717,15 @@ audio { font-size: 1rem; background-color: #009688; } -.box .ui-resizable-s{ +.box .ui-resizable-s { display: none !important; } -.boxIn .ui-resizable-e{ +.boxIn .ui-resizable-e { display: none !important; } -.boxIn .ui-resizable-s{ +.boxIn .ui-resizable-s { display: block !important; } -.box .ui-resizable-se{ +.box .ui-resizable-se { display: none !important; }