git ssb

10+

Matt McKegg / patchwork



Commit d14a37cca1e80d539fdba2a00bed84a118e0892f

fix animating notifier appearance

Matt McKegg committed on 6/28/2017, 2:42:50 AM
Parent: c0704603564bdacfa6c4af8906d51d6bd589ecd3

Files changed

styles/notifier.mcsschanged
styles/notifier.mcssView
@@ -3,8 +3,9 @@
33 display: block;
44 background: rgb(214, 228, 236);
55 border-bottom: 1px solid rgb(187, 201, 210);
66 text-align: center;
7+ animation: 0.5s slide-in;
78
89 :hover {
910 background: rgb(220, 242, 255);
1011 }

Built with git-ssb-web