mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-07 16:58:50 +00:00
fix bugs and now final version of UI
This commit is contained in:
parent
c129fcb3e4
commit
ea15d01238
6 changed files with 151 additions and 178 deletions
|
@ -1,23 +1,21 @@
|
|||
.image-list {
|
||||
height: fit-content;
|
||||
width: fit-content;
|
||||
width: fill-available;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.box {
|
||||
flex-grow: 1;
|
||||
height: fit-content;
|
||||
margin-left: 1rem;
|
||||
margin-right: 1rem;
|
||||
}
|
||||
.css-1row2ej-MuiImageListItem-root .MuiImageListItem-img {
|
||||
object-fit: cover;
|
||||
width: fill-available;
|
||||
height: fill-available;
|
||||
width: 5rem;
|
||||
height: 5rem;
|
||||
margin: -0.1rem;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 768px) {
|
||||
|
||||
.box {
|
||||
max-width: 75%;
|
||||
margin-left: 45ch;
|
||||
|
@ -28,6 +26,8 @@
|
|||
position: relative;
|
||||
width: fill-available;
|
||||
margin-bottom: 1rem;
|
||||
margin-left: 1rem;
|
||||
margin-right: 1rem;
|
||||
}
|
||||
|
||||
.css-1row2ej-MuiImageListItem-root .MuiImageListItem-img {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue