From 43be293109cea207a419c62a4e6156d5584c2c00 Mon Sep 17 00:00:00 2001 From: Chris Karle Date: Fri, 29 May 2020 02:15:58 -0400 Subject: [PATCH] Lobby, app.scss Lobby: removed some commented code CSS: tweak margin-top on Lobby --- assets/app.scss | 2 +- assets/components/Lobby.js | 24 ------------------------ 2 files changed, 1 insertion(+), 25 deletions(-) diff --git a/assets/app.scss b/assets/app.scss index 5d344f2..417444b 100644 --- a/assets/app.scss +++ b/assets/app.scss @@ -1,7 +1,7 @@ @import 'carbon-components/scss/globals/scss/styles.scss'; .lobby__outer { - margin-top: 3rem; + margin-top: 2rem; margin-left: 3rem; } .unique__error { diff --git a/assets/components/Lobby.js b/assets/components/Lobby.js index 0d58ea0..e1d30ab 100644 --- a/assets/components/Lobby.js +++ b/assets/components/Lobby.js @@ -98,30 +98,6 @@ export default class Lobby extends React.Component { refresh={this.props.refreshTables} /> - {/*

-

...or type a table name (deprecated, soon to be removed)

-
- {this.tableText = input;}} - /> -
*/} )} -- libgit2 1.1.1