mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2025-12-15 04:35:16 +00:00
UI cleanup and changes
This commit is contained in:
@@ -2,19 +2,26 @@ h1 {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
main p, h4 {
|
||||
text-align: center;
|
||||
.pfp {
|
||||
border-radius: 100%;
|
||||
}
|
||||
|
||||
main video,
|
||||
main img {
|
||||
.post__media {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.post__media video,
|
||||
.post__media img {
|
||||
margin: 1em 0;
|
||||
max-width: 100%;
|
||||
max-height: 85vh;
|
||||
}
|
||||
|
||||
.pfp {
|
||||
border-radius: 100%;
|
||||
.post__media p {
|
||||
margin-left: 1rem;
|
||||
align-self: flex-start;
|
||||
}
|
||||
|
||||
.imageMeta__wrapper,
|
||||
@@ -31,6 +38,7 @@ main img {
|
||||
|
||||
.imageMeta__wrapper {
|
||||
gap: 1rem;
|
||||
margin-top: 0.5em;
|
||||
}
|
||||
|
||||
.user {
|
||||
@@ -44,6 +52,7 @@ main img {
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
flex-flow: wrap;
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
.tag {
|
||||
|
||||
Reference in New Issue
Block a user