diff --git a/assets/css/styles.scss b/assets/css/styles.scss index 0b820c0f0..c58fca5ab 100644 --- a/assets/css/styles.scss +++ b/assets/css/styles.scss @@ -20,16 +20,6 @@ $responsiveWidth: 720px; font-family: "Poppins", "Roboto", "Noto", sans-serif; } -@keyframes fadein { - from { - opacity: 0; - } - - to { - opacity: 1; - } -} - a { display: inline-flex; color: inherit; @@ -42,7 +32,6 @@ body { color: var(--fg-color); font-weight: 500; line-height: 1.5; - animation: fadein 0.2s; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; -webkit-user-select: none; @@ -56,6 +45,10 @@ h3 { font-weight: 700; } +h3.title { + margin: 4px; +} + header, footer { display: flex; @@ -85,9 +78,9 @@ nav { body.sticky-footer footer { position: fixed; + right: 0; bottom: 0; left: 0; - right: 0; } .logo { diff --git a/components/settings/swatch.vue b/components/settings/swatch.vue index 262c718f2..40f9bd1b1 100644 --- a/components/settings/swatch.vue +++ b/components/settings/swatch.vue @@ -12,10 +12,11 @@ display: inline-block; vertical-align: middle; - padding: 8px 15px; - margin: 5px; + padding: 8px 16px; + margin: 4px; background-color: rgba(93, 93, 93, 0.2); border-radius: 4px; + cursor: pointer; &.active { background-color: rgba(93, 93, 93, 0.3); @@ -24,10 +25,10 @@ .preview { vertical-align: middle; display: inline-block; - width: 36px; - height: 36px; + width: 32px; + height: 32px; border-radius: 100%; - margin-right: 10px; + margin-right: 8px; position: relative; .activeTick { diff --git a/pages/index.vue b/pages/index.vue index ac4c9a6ea..2cb4ddc04 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -1,6 +1,5 @@ - @@ -27,7 +26,6 @@ - @@ -74,7 +72,6 @@ - @@ -103,7 +100,6 @@ - @@ -132,7 +128,6 @@ - @@ -161,7 +156,6 @@ - @@ -185,7 +179,6 @@ - @@ -199,8 +192,7 @@ Method - + {{entry.status}} @@ -221,267 +213,273 @@ - - diff --git a/pages/settings.vue b/pages/settings.vue index bb34e09d5..c5a11311a 100644 --- a/pages/settings.vue +++ b/pages/settings.vue @@ -1,126 +1,130 @@ - - - - - - Background - - - - - - - - - - - - - - - Color - - - - - - - - - Enable multi-colored frames - - - - - - + + + + + Background + + + + + + + + + + Color + + + + + + + + Enable multi-colored frames + + + + + - \ No newline at end of file + } + + diff --git a/pages/websocket.vue b/pages/websocket.vue index cd371346c..d7334b479 100644 --- a/pages/websocket.vue +++ b/pages/websocket.vue @@ -1,6 +1,5 @@ - @@ -13,36 +12,31 @@ - Log - - {{ getSourcePrefix(logEntry.source) }} {{ logEntry.payload }} - + + {{ getSourcePrefix(logEntry.source) }} {{ logEntry.payload }} + (Waiting for connection...) - Message - Send - - +
- - Enable multi-colored frames -
+ + Enable multi-colored frames +