mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-23 17:47:24 +00:00
Add padding to main menu
This commit is contained in:
parent
cc75ff9aff
commit
85f13d9991
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ var Link = React.createClass({
|
||||||
// Generic menu styles
|
// Generic menu styles
|
||||||
var menuStyle = {
|
var menuStyle = {
|
||||||
border: '1px solid #aaa',
|
border: '1px solid #aaa',
|
||||||
padding: '2px',
|
padding: '4px',
|
||||||
whiteSpace: 'nowrap',
|
whiteSpace: 'nowrap',
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue