mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-07 06:08:54 +00:00
refactor css and tsx files
This commit is contained in:
parent
2214a64a58
commit
5fc8d3324e
10 changed files with 205 additions and 214 deletions
|
@ -1,17 +1,13 @@
|
|||
.image-list {
|
||||
height: fit-content;
|
||||
width: fill-available;
|
||||
justify-content: center;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.box {
|
||||
flex-grow: 1;
|
||||
height: fit-content;
|
||||
}
|
||||
.css-1row2ej-MuiImageListItem-root .MuiImageListItem-img {
|
||||
object-fit: cover;
|
||||
width: 5rem;
|
||||
height: 5rem;
|
||||
width: 7rem;
|
||||
height: 7rem;
|
||||
margin: -0.1rem;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue