Merge pull request #632 from Stremio/mprove-meta-details-error-messages

feature: improve error msg design on metadetails
This commit is contained in:
Tim 2024-05-13 15:43:16 +02:00 committed by GitHub
commit d6162b299b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 4 deletions

View file

@ -6,7 +6,6 @@
.videos-list-container {
display: flex;
flex-direction: column;
padding-top: 0.5rem;
.message-container {
flex: 1;
@ -14,6 +13,7 @@
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 2rem;
overflow-y: auto;
@ -43,8 +43,7 @@
align-items: center;
justify-content: flex-start;
gap: 1rem;
height: 3rem;
padding: 0 1.5rem;
padding: 1.15rem 1.5rem 0.65rem;
color: @color-surface-light5-90;
}

View file

@ -58,12 +58,14 @@
}
.meta-message-container {
flex: 0 1 30rem;
align-self: stretch;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 2rem;
width: 100%;
height: 100%;
.image {
flex: none;