From afef879f1f083f9aa17c7c1c589a139fe538d054 Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Sat, 13 Jul 2024 15:45:24 +0700 Subject: [PATCH] Update viewtopic_attach.tpl --- styles/templates/default/viewtopic_attach.tpl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/styles/templates/default/viewtopic_attach.tpl b/styles/templates/default/viewtopic_attach.tpl index ae059aef..8a0fe458 100644 --- a/styles/templates/default/viewtopic_attach.tpl +++ b/styles/templates/default/viewtopic_attach.tpl @@ -340,6 +340,7 @@ $('#tor-filelist-btn').click(function(){ margin: 0 2px; padding: 8px 6px; max-height: 284px; overflow: auto; } +.tor-filelist-fullsize { max-height: unset !important; } #tor-filelist i { color: #7A7A7A; padding-left: 4px; } #tor-filelist s { color: #0000FF; text-decoration: none; } #tor-filelist .b > s { color: #800000; } @@ -356,11 +357,14 @@ $('#tor-filelist-btn').click(function(){
-