Add space.
This commit is contained in:
parent
940608d02a
commit
3c54c1d66c
6 changed files with 8 additions and 11 deletions
|
@ -3,7 +3,7 @@
|
|||
flex: 0 0 auto;
|
||||
order: 99;
|
||||
|
||||
padding: 16px 16px 16px 48px;
|
||||
padding: 32px 32px 32px 48px;
|
||||
white-space: nowrap;
|
||||
overflow-x: hidden;
|
||||
width: 240px;
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
flex: 0 0 auto;
|
||||
order: 1;
|
||||
|
||||
padding: 16px 48px 16px 8px;
|
||||
padding: 32px 32px 32px 16px;
|
||||
white-space: nowrap;
|
||||
max-width: 250px;
|
||||
overflow-x: hidden;
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
margin: 16px;
|
||||
margin: 32px;
|
||||
|
||||
.header {
|
||||
position: relative;
|
||||
|
@ -34,7 +34,8 @@
|
|||
|
||||
.label, .date, .size {
|
||||
.eased-transition;
|
||||
line-height: 46px;
|
||||
line-height: 24px;
|
||||
padding: 0px 8px 16px 8px;
|
||||
opacity: 0.4;
|
||||
outline: 0;
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
margin: 8px;
|
||||
margin: 28px;
|
||||
|
||||
.item {
|
||||
.rounded;
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
margin: 8px;
|
||||
margin: 28px;
|
||||
|
||||
.item {
|
||||
.rounded;
|
||||
|
|
|
@ -196,11 +196,7 @@ const init = () => {
|
|||
dom('#content')
|
||||
.on('mousedown', selectionStart)
|
||||
.on('drag', ev => ev.preventDefault())
|
||||
.on('dragstart', ev => ev.preventDefault())
|
||||
.on('click', () => {
|
||||
dom('#items .item').rmCls('selected');
|
||||
publish();
|
||||
});
|
||||
.on('dragstart', ev => ev.preventDefault());
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue