1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

fix(UI): various fixes in displaying content with small window size

This commit is contained in:
2021-06-13 11:16:21 +02:00
parent 4133fc452f
commit 8a20befd09
24 changed files with 63 additions and 27 deletions

View File

@@ -40,6 +40,12 @@ body {
box-shadow: none !important;
}
.cut-text {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.workspace-tabs {
align-content: baseline;
@@ -112,6 +118,10 @@ body {
justify-content: space-between;
align-items: center;
border-radius: 3px 3px 0 0;
.modal-title {
overflow: hidden;
}
}
}
}
@@ -185,6 +195,10 @@ body {
max-height: 5000rem !important;
}
.btn-group {
flex-wrap: nowrap;
}
.btn.loading {
> .mdi,
> span {