margin and selector placement
This commit is contained in:
parent
1240fe40fe
commit
b01b5c2da1
@ -31,7 +31,7 @@ const Bookmarks = ({ pubkey, bookmarks, related }: BookmarksProps) => {
|
||||
|
||||
return (
|
||||
<div className="main-content">
|
||||
<div className="icon-title">
|
||||
<div className="mb10 flex-end">
|
||||
<select
|
||||
disabled={ps.length <= 1}
|
||||
value={onlyPubkey}
|
||||
|
@ -584,3 +584,8 @@ button.tall {
|
||||
.action-heading button {
|
||||
width: 98px;
|
||||
}
|
||||
|
||||
.flex-end {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user