Skip to content

Commit

Permalink
Add margin above "Create a New Sheet" link
Browse files Browse the repository at this point in the history
  • Loading branch information
dhleong committed Nov 11, 2018
1 parent 90bfc5a commit 8ca4430
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions less/site.less
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,10 @@ a {
}
}

.new-sheet-link {
margin-top: 12px;
}

.update-notifier {
@media @smartphones {
left: 0;
Expand Down
2 changes: 1 addition & 1 deletion src/cljs/wish/views/sheet_browser.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
{:get #(get-in (<sub [:sheets-filters]) %)
:save! #(>evt [:filter-sheets (first %1) %2])}]

[:div
[:div.new-sheet-link
[link {:href "/sheets/new"}
"Create a new sheet"]]

Expand Down

0 comments on commit 8ca4430

Please sign in to comment.