mirror of
https://github.com/maunium/stickerpicker.git
synced 2025-08-28 02:41:48 +02:00
Fix CSS in the tab-container div
This commit is contained in:
@@ -11,5 +11,6 @@
|
|||||||
"scalar-smilies.json",
|
"scalar-smilies.json",
|
||||||
"scalar-stickman.json"
|
"scalar-stickman.json"
|
||||||
],
|
],
|
||||||
"homeserver_url": "https://matrix.intothematrix.in"
|
"homeserver_url": "https://matrix.intothematrix.in",
|
||||||
|
"giphy_api_key": "Gc7131jiJuvI7IdN0HZ1D7nh0ow5BU6g"
|
||||||
}
|
}
|
||||||
|
@@ -385,7 +385,7 @@ class App extends Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return html`<main class="has-content ${theme}">
|
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="#stickers" class="tab" onClick=${() => this.setState({ activeTab: "stickers" })}>Stickers</a>
|
||||||
<a href="#gifs" class="tab" onClick=${() => this.setState({ activeTab: "gifs" })}>GIFs</a>
|
<a href="#gifs" class="tab" onClick=${() => this.setState({ activeTab: "gifs" })}>GIFs</a>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user