mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 14:33:33 -07:00
scope css
This commit is contained in:
parent
72f6706dc0
commit
59fdea87e0
2 changed files with 3 additions and 8 deletions
|
@ -160,11 +160,13 @@ export default {
|
||||||
|
|
||||||
.notify-base {
|
.notify-base {
|
||||||
color: white !important;
|
color: white !important;
|
||||||
|
/* min-height: 50px; */
|
||||||
margin-right: 60px;
|
margin-right: 60px;
|
||||||
margin-bottom: -5px;
|
margin-bottom: -5px;
|
||||||
opacity: 0.9 !important;
|
opacity: 0.9 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
*::-webkit-scrollbar {
|
*::-webkit-scrollbar {
|
||||||
width: 0.25rem;
|
width: 0.25rem;
|
||||||
}
|
}
|
||||||
|
@ -176,11 +178,4 @@ export default {
|
||||||
*::-webkit-scrollbar-thumb {
|
*::-webkit-scrollbar-thumb {
|
||||||
background: grey;
|
background: grey;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notify-base {
|
|
||||||
color: white !important;
|
|
||||||
margin-right: 60px;
|
|
||||||
margin-bottom: -5px;
|
|
||||||
opacity: 0.9 !important;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -55,7 +55,7 @@ export default {
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
<style scoped>
|
||||||
p {
|
p {
|
||||||
margin-bottom: auto !important;
|
margin-bottom: auto !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue