mirror of
https://github.com/maunium/stickerpicker.git
synced 2025-08-28 19:01:44 +02:00
Fix CSS in the tab-container div
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user