mirror of
https://github.com/discourse/discourse.git
synced 2024-12-05 09:02:21 +08:00
17c92b4b2a
This commit adds a new option `@modalForMobile` for `<DMenu />` which allows to display a `<DModal />` when expanding a menu on mobile. This commit also adds a `@views` options to toasts which is an array accepting `['mobile', 'desktop']` and will control if the toast is show on desktop and/or mobile. Finally this commit allows to hide the progressBar even if the toast is set to `@autoClose=true`. This is controlled through the `@showProgressBar` option.
12 lines
178 B
SCSS
12 lines
178 B
SCSS
.bookmark-menu {
|
|
&__row {
|
|
border-bottom: 1px solid var(--primary-low);
|
|
&:last-child {
|
|
border-bottom: none;
|
|
}
|
|
}
|
|
&__row-title {
|
|
padding: 0.75rem;
|
|
}
|
|
}
|