mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 19:05:55 +00:00
remove single-line excerpts in widescreen 3panel mode because it breaks layout
This commit is contained in:
@@ -1061,6 +1061,7 @@ function switchPanelMode(wide) {
|
||||
|
||||
$("headlines-toolbar").setStyle({ borderBottomWidth: '0px' });
|
||||
$("headlines-frame").setStyle({ borderBottomWidth: '0px' });
|
||||
$("headlines-frame").addClassName("wide");
|
||||
|
||||
} else {
|
||||
|
||||
@@ -1074,6 +1075,8 @@ function switchPanelMode(wide) {
|
||||
$("headlines-toolbar").setStyle({ borderBottomWidth: '1px' });
|
||||
|
||||
$("headlines-frame").setStyle({ borderBottomWidth: '1px' });
|
||||
$("headlines-frame").removeClassName("wide");
|
||||
|
||||
}
|
||||
|
||||
closeArticlePanel();
|
||||
|
||||
Reference in New Issue
Block a user