mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2025-10-09 10:11:14 +00:00
Created new toots layout
This commit is contained in:
parent
440c6a7db4
commit
adf2a4c4d2
5 changed files with 105 additions and 28 deletions
|
@ -315,6 +315,38 @@ footer {
|
|||
|
||||
/* END FOOTER */
|
||||
|
||||
/*
|
||||
** MASTODON TOOTS
|
||||
*/
|
||||
.toot {
|
||||
margin-bottom: 2rem;
|
||||
padding: 15px;
|
||||
border: 1px solid #656565;
|
||||
border-radius: 10px;
|
||||
}
|
||||
.toot .date {
|
||||
vertical-align: top;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.toot-avatar { display: inline-block; }
|
||||
.toot .e-content img { border: 2px solid black; }
|
||||
|
||||
.toot .e-content p:first-of-type {
|
||||
display: inline-block;
|
||||
}
|
||||
.toot-photos {
|
||||
display: flex;
|
||||
justify-content: space-evenly;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
main .e-content .toot-photos img {
|
||||
width: 100%;
|
||||
max-width: 300px;
|
||||
}
|
||||
.toot-social { margin-top: 1rem; }
|
||||
|
||||
/* END TOOTS */
|
||||
|
||||
/*
|
||||
** EXTRA
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue