File tree Expand file tree Collapse file tree
src/vs/workbench/browser/parts/notifications/media Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727
2828.monaco-workbench > .notifications-toasts .notification-toast-container > .notification-toast {
2929 margin : 5px ; /* enables separation and drop shadows around toasts */
30- transform : translateY ( 100% ); /* move the notification 50px to the bottom (to prevent bleed through) */
30+ transform : translate3d ( 0 px , 100% , 0 px ); /* move the notification 50px to the bottom (to prevent bleed through) */
3131 opacity : 0 ; /* fade the toast in */
3232 transition : transform 300ms ease-out, opacity 300ms ease-out;
33- transform : translate3d (0px , 0px , 0px ); /* force a separate layer for the toast to speed things up */
3433}
3534
3635.monaco-workbench > .notifications-toasts .notification-toast-container > .notification-toast .notification-fade-in {
You can’t perform that action at this time.
0 commit comments