Skip to content

Commit

Permalink
side-menu: now has inner shadow.
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfrances107 committed Jun 23, 2024
1 parent 8d574f8 commit 79c0308
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/component/image_gallery.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,10 @@ pub fn ImageGallery(entries: Signal<Vec<SRElem>>) -> impl IntoView {
|| view! { <div id="side-menu-empty" class="w-0"></div> },
|data| {
view! {
<div id="side-menu" class="bg-slate-800 inline-block rounded shaddow-md">
<div
class="bg-slate-800 inline-block rounded shadow-inner shadow-slate-700"
id="side-menu"
>
<button
class="font-medium pr-4 pt-2 text-right text-lg w-full"
on:click=move |_| metadata_action.dispatch(AddMetaData { url: None })
Expand Down
2 changes: 1 addition & 1 deletion style/output.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 79c0308

Please sign in to comment.