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