mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-21 22:41:28 +00:00
switchPanelMode: fix typo
This commit is contained in:
@@ -926,7 +926,7 @@ function switchPanelMode(wide) {
|
|||||||
dijit.byId("content-insert").domNode.setStyle({width: 'auto',
|
dijit.byId("content-insert").domNode.setStyle({width: 'auto',
|
||||||
height: '50%',
|
height: '50%',
|
||||||
borderLeftWidth: '0px',
|
borderLeftWidth: '0px',
|
||||||
borderTopWidthidth: '1px'});
|
borderTopWidth: '1px'});
|
||||||
|
|
||||||
$("headlines-toolbar").setStyle({ borderBottomWidth: '1px' });
|
$("headlines-toolbar").setStyle({ borderBottomWidth: '1px' });
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user