diff --git a/src/components/common/notify.css b/src/components/common/notify.css index 3e7a042..2f186be 100644 --- a/src/components/common/notify.css +++ b/src/components/common/notify.css @@ -4,6 +4,7 @@ transform: scale(1.05, 1.05); border-color: rgba(0, 0, 0, 0.125); box-shadow: -4px -4px 4px rgba(0, 0, 0, 0.25) inset, 0 0 20px #ff0000; + z-index: 1; } .subtabs > .notify:not(.floating) { @@ -13,6 +14,7 @@ *:not(.subtabs) > .resetNotify:not(.notify), *:not(.subtabs) > .resetNotify:not(.notify) button { box-shadow: -4px -4px 4px rgba(0, 0, 0, 0.25) inset, 0 0 8px #ffffff; + z-index: 1; } .subtabs > .resetNotify:not(.notify):not(.floating) { diff --git a/src/components/common/table.css b/src/components/common/table.css index 6058e90..e6582c0 100644 --- a/src/components/common/table.css +++ b/src/components/common/table.css @@ -15,11 +15,16 @@ display: flex; flex-flow: row wrap; justify-content: center; - align-items: center; + align-items: stretch; max-width: 100%; margin: 0 10px; } +.row > * { + margin: 0; + display: flex; +} + .col { display: flex; flex-flow: column wrap; diff --git a/src/components/features/Buyables.vue b/src/components/features/Buyables.vue index 00802f0..77cfa76 100644 --- a/src/components/features/Buyables.vue +++ b/src/components/features/Buyables.vue @@ -10,10 +10,10 @@ - - - + + + diff --git a/src/components/features/Challenge.vue b/src/components/features/Challenge.vue index 5fe894d..1a445dc 100644 --- a/src/components/features/Challenge.vue +++ b/src/components/features/Challenge.vue @@ -79,8 +79,8 @@ export default {