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 {
|
||||
color: white !important;
|
||||
/* min-height: 50px; */
|
||||
margin-right: 60px;
|
||||
margin-bottom: -5px;
|
||||
opacity: 0.9 !important;
|
||||
}
|
||||
|
||||
|
||||
*::-webkit-scrollbar {
|
||||
width: 0.25rem;
|
||||
}
|
||||
|
@ -176,11 +178,4 @@ export default {
|
|||
*::-webkit-scrollbar-thumb {
|
||||
background: grey;
|
||||
}
|
||||
|
||||
.notify-base {
|
||||
color: white !important;
|
||||
margin-right: 60px;
|
||||
margin-bottom: -5px;
|
||||
opacity: 0.9 !important;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -55,7 +55,7 @@ export default {
|
|||
};
|
||||
</script>
|
||||
|
||||
<style>
|
||||
<style scoped>
|
||||
p {
|
||||
margin-bottom: auto !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue