🎨 Toast button now align to end

This commit is contained in:
Liyas Thomas
2019-12-15 21:46:55 +05:30
parent 29c6109ea3
commit feb782270b
3 changed files with 7 additions and 6 deletions

View File

@@ -803,7 +803,7 @@ input[type="radio"]:checked + label + .tab {
}
.toasted-container .toasted {
justify-content: start !important;
justify-content: flex-start !important;
}
.toasted.info {
@@ -816,6 +816,10 @@ input[type="radio"]:checked + label + .tab {
color: inherit !important;
}
.toasted .action {
margin-left: auto !important;
}
.page-columns {
display: flex;
flex: 1;