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