feature: improve error msg design on metadetails

This commit is contained in:
kKaskak 2024-04-22 12:27:41 +03:00
parent 4c86c48440
commit 24741f3a42
2 changed files with 9 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;
}
@ -75,5 +74,9 @@
@media only screen and (max-width: @minimum) {
.videos-list-container {
overflow: visible;
.message-container {
display: none;
}
}
}

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;