mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
style: padding top in preview toolbar
This commit is contained in:
@@ -832,7 +832,7 @@ function PreviewToolbar({
|
|||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
data-toolbar
|
data-toolbar
|
||||||
className="flex justify-end gap-2 h-auto pb-5 pr-5 w-full"
|
className="flex justify-end gap-2 h-auto pb-5 pr-5 pt-4 w-full"
|
||||||
>
|
>
|
||||||
<div className="flex items-center gap-2">
|
<div className="flex items-center gap-2">
|
||||||
<Popover>
|
<Popover>
|
||||||
|
|||||||
Reference in New Issue
Block a user