mirror of
https://github.com/directus/directus.git
synced 2026-04-03 03:00:39 -04:00
Fix module bar avatar color and tweak color of notifications preview (#330)
Fixes #322
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user