Fix module bar avatar color and tweak color of notifications preview (#330)

Fixes #322
This commit is contained in:
Rijk van Zanten
2020-04-06 18:40:46 -04:00
committed by GitHub
parent 6a87fbb0c6
commit 09373558c9
2 changed files with 10 additions and 0 deletions

View File

@@ -74,6 +74,10 @@ export default defineComponent({
<style lang="scss" scoped>
.module-bar-avatar {
position: relative;
.v-avatar {
--v-avatar-color: var(--module-background-alt);
}
}
.sign-out {

View File

@@ -78,11 +78,17 @@ export default defineComponent({
width: 100%;
}
.drawer-button {
background-color: var(--background-normal-alt);
}
.inline {
position: absolute;
right: 0;
bottom: 100%;
width: 100%;
background-color: var(--background-normal);
box-shadow: 0px -4px 12px rgba(38, 50, 56, 0.1);
.padding-box {
position: relative;