File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
7
8
- ## v0.12.1
8
+ ## [ v0.12.1] ( https://github.com/kalvn/Shaarli-Material/releases/tag/v0.12.1 ) - 2021-02-10
9
9
### Added
10
10
- Support for Shaarli v0.12.1.
11
11
- Async metadata loading when adding a new link.
@@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
20
20
- Replaced the QR Code JS library from [ qrcodejs] ( https://davidshimjs.github.io/qrcodejs/ ) to [ qrcode] ( https://github.com/soldair/node-qrcode ) .
21
21
- Improved overall localization.
22
22
- Build system from Gulp to Rollup.
23
+ - Redesign of error/warning/success notifications (after saving configuration for example).
23
24
24
25
### Fixed
25
26
- Page unique identification.
Original file line number Diff line number Diff line change 1
1
.notifications {
2
2
position : fixed ;
3
+ display : flex ;
4
+ flex-direction : column ;
5
+ align-items : flex-end ;
3
6
bottom : $space-l ;
4
7
right : $space-l ;
5
8
max-width : 400px ;
8
11
@media (max-width : 450px ) {
9
12
left : $space-s ;
10
13
right : $space-s ;
14
+ bottom : $space-s ;
11
15
}
12
16
13
17
.notification :not (:last-child ) {
20
24
@extend .animate-slide-from-right ;
21
25
22
26
position : relative ;
23
- padding : $space-m ;
24
- padding-right : $space-l ;
27
+ padding : $space-l ;
28
+ padding-right : $space-xl ;
25
29
26
30
border-radius : $radius ;
27
31
background-color : $color-gray-100 ;
You can’t perform that action at this time.
0 commit comments