summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-03-05 10:30:49 +0300
committerAndrew Dolgov <[email protected]>2017-03-05 10:30:49 +0300
commite0a957b3f66f1fb35060e51c63f0a271d9a7d938 (patch)
tree3dde15bfc576c9321f47be7696fd7e73ff970965 /css
parent1bfe1d7b31d5202846beb3425039776fbdbbfb85 (diff)
use try/catch block in updatefeedlist
remove reporting function from exception dialog
Diffstat (limited to 'css')
-rw-r--r--css/tt-rss.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/tt-rss.css b/css/tt-rss.css
index b6469c094..b470931bd 100644
--- a/css/tt-rss.css
+++ b/css/tt-rss.css
@@ -817,8 +817,8 @@ div.fatalError button {
}
div.fatalError textarea {
- width : 100%;
- height : 100px;
+ width : 565px;
+ height : 200px;
}
#ttrssMain #main {