Skip to content
Snippets Groups Projects

Settings backup/restore + small fixes

Merged HJ requested to merge settings-import-export into develop
3 files
+ 2
5
Compare changes
  • Side-by-side
  • Inline
Files
3
@import '../../_variables.scss';
.notifications {
.Notifications {
&:not(.minimal) {
// a bit of a hack to allow scrolling below notifications
padding-bottom: 15em;
@@ -11,6 +11,10 @@
color: var(--text, $fallback--text);
}
.notifications-footer {
border: none;
}
.notification {
position: relative;
@@ -82,7 +86,6 @@
}
}
.follow-text, .move-text {
padding: 0.5em 0;
overflow-wrap: break-word;
Loading