mirror of
https://github.com/romancm/gamebrary
synced 2024-11-15 15:57:59 +00:00
Adjust toast position and size
This commit is contained in:
parent
97c67c7bc3
commit
be37e8b11c
2 changed files with 2 additions and 2 deletions
2
src/bootstrapSettings.js
vendored
2
src/bootstrapSettings.js
vendored
|
@ -2,7 +2,7 @@
|
|||
|
||||
export default {
|
||||
BToast: {
|
||||
toaster: 'b-toaster-top-center',
|
||||
toaster: 'b-toaster-top-right',
|
||||
autoHideDelay: 1000,
|
||||
bodyClass: 'text-center',
|
||||
},
|
||||
|
|
|
@ -889,7 +889,7 @@ $dropdown-item-padding-x: .5rem !default;
|
|||
//
|
||||
|
||||
// Toasts
|
||||
$toast-max-width: 300px !default;
|
||||
$toast-max-width: 100px !default;
|
||||
$toast-padding-x: .5rem !default;
|
||||
$toast-padding-y: .5rem !default;
|
||||
$toast-font-size: .875rem !default;
|
||||
|
|
Loading…
Reference in a new issue