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

@ -11,5 +11,6 @@
"scalar-smilies.json",
"scalar-stickman.json"
],
"homeserver_url": "https://matrix.intothematrix.in"
"homeserver_url": "https://matrix.intothematrix.in",
"giphy_api_key": "Gc7131jiJuvI7IdN0HZ1D7nh0ow5BU6g"
}

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>