Add moved account warning

This commit is contained in:
Thibaut Girka
2019-11-24 15:57:27 +01:00
committed by ThibG
parent b25665d2e8
commit 014c2cad21
2 changed files with 15 additions and 2 deletions

View File

@@ -1556,6 +1556,14 @@
}
}
.ui .flash-message {
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0;
min-width: 75%;
}
::-webkit-scrollbar-thumb {
border-radius: 0;
}