1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-15 02:36:36 +00:00

change planet body layout

This commit is contained in:
Rokt33r
2015-07-09 23:05:07 +09:00
parent 6b03ea2fe5
commit e467862c29
10 changed files with 215 additions and 82 deletions

View File

@@ -32,7 +32,6 @@ var SnippetList = React.createClass({
return (
<div className='SnippetList'>
<div className='search'><input className='block-input' type='text' placeholder='Search...'/></div>
<ul>
{snippets}
</ul>