Browse Source

Fix CSS in the tab-container div

pull/75/head
Nischay 1 year ago
parent
commit
182cafe13a
  1. 3
      web/packs/index.json
  2. 2
      web/src/index.js

3
web/packs/index.json

@ -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"
}

2
web/src/index.js

@ -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…
Cancel
Save