aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/pages/settings/index.scss
diff options
context:
space:
mode:
authorDan J Miller <danjm.com@gmail.com>2019-07-09 01:58:35 +0800
committerGitHub <noreply@github.com>2019-07-09 01:58:35 +0800
commit32a3f5ad7b8d30c1d4843152e575770b189146ea (patch)
treec9ed22460a08b4f8abac868a791ca8b0f77af587 /ui/app/pages/settings/index.scss
parent6df65069a24f0aa1ce60cbe9fbc91ee24c2c5def (diff)
downloadtangerine-wallet-browser-32a3f5ad7b8d30c1d4843152e575770b189146ea.tar.gz
tangerine-wallet-browser-32a3f5ad7b8d30c1d4843152e575770b189146ea.tar.zst
tangerine-wallet-browser-32a3f5ad7b8d30c1d4843152e575770b189146ea.zip
Address various UI styling issues (#6744)
* Add loading spinner to pending tx status label. * Add border around account icon in top right * Change style of settings toggle buttons; wrap with local components * Eliminate large space after settings labels when no description * Remove network form from advanced tab of settings * Keep new account container height to contents when in full screen
Diffstat (limited to 'ui/app/pages/settings/index.scss')
-rw-r--r--ui/app/pages/settings/index.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/pages/settings/index.scss b/ui/app/pages/settings/index.scss
index c516a84bb..d98a48c2f 100644
--- a/ui/app/pages/settings/index.scss
+++ b/ui/app/pages/settings/index.scss
@@ -142,7 +142,7 @@
min-width: 0;
display: flex;
flex-direction: column;
- min-height: 71px;
+ margin-bottom: 20px;
@media screen and (max-width: 575px) {
height: initial;