Fix CSS in the tab-container div
This commit is contained in:
parent
c4588f19a7
commit
182cafe13a
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue