change(ui): sessions list header y padding
This commit is contained in:
parent
95a5037abf
commit
4ef61f6fb5
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ function SessionHeader() {
|
|||
};
|
||||
|
||||
return (
|
||||
<div className="flex items-center px-4 py-1 justify-between w-full">
|
||||
<div className="flex items-center px-4 py-3 justify-between w-full">
|
||||
<div className="flex items-center w-full justify-end">
|
||||
<SessionTags />
|
||||
<div className="mr-auto" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue