aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/css/index.css')
-rw-r--r--ui/app/css/index.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/ui/app/css/index.css b/ui/app/css/index.css
index 6ce426094..975a5289b 100644
--- a/ui/app/css/index.css
+++ b/ui/app/css/index.css
@@ -67,7 +67,7 @@ button.spaced {
}
button:not([disabled]):hover {
- transform: scale(1.05);
+ transform: scale(1.1);
}
button:not([disabled]):active {
transform: scale(0.95);
@@ -112,7 +112,9 @@ button.btn-thin {
font-size: 13px;
}
-.app-header {}
+.app-header {
+ padding: 6px 8px;
+}
.app-header h1 {
font-family: 'Montserrat Regular';
@@ -163,6 +165,9 @@ textarea.twelve-word-phrase {
}
.network-name {
+ position: absolute;
+ top: 8px;
+ left: 60px;
width: 5.2em;
line-height: 9px;
text-rendering: geometricPrecision;