Fix missing classes

This commit is contained in:
Arnaud 2024-11-06 21:19:33 +01:00
parent f277554225
commit 5ccb1568ce
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
.files {
main > section {
section {
display: inline-flex;
justify-content: space-between;
align-items: center;

View File

@ -183,7 +183,7 @@ export function Files({ limit }: Props) {
});
return (
<main>
<main className="files">
<section>
<Tabs onTabChange={onTabChange} tabIndex={index} tabs={tabs}></Tabs>
<div className="row gap">