Fix CSS in the tab-container div

This commit is contained in:
Nischay
2024-05-12 10:13:06 +05:30
parent c4588f19a7
commit 182cafe13a
2 changed files with 3 additions and 2 deletions

View File

@@ -385,7 +385,7 @@ class App extends Component {
}
return html`<main class="has-content ${theme}">
<div class="tab-container">
<div class="tab-container" style="display: flex;">
<a href="#stickers" class="tab" onClick=${() => this.setState({ activeTab: "stickers" })}>Stickers</a>
<a href="#gifs" class="tab" onClick=${() => this.setState({ activeTab: "gifs" })}>GIFs</a>
</div>