Update mastodon_timeline.scss

This commit is contained in:
Tom 2024-07-20 19:51:42 +02:00
parent d1f9375ab7
commit 610593db5d

View File

@ -8,10 +8,11 @@
.mt-post { .mt-post {
padding-left: 0; padding-left: 0;
padding-right: 0; padding-right: 0;
padding-bottom: 0;
}; };
.mt-post-avatar, .mt-post-header-user-name { // .mt-post-avatar, .mt-post-header-user-name {
display: none; // display: none;
} // }
.mt-post:hover { .mt-post:hover {
cursor: unset; cursor: unset;
background-color: transparent; background-color: transparent;
@ -20,6 +21,13 @@
background-color: var(--theme-bg-color); background-color: var(--theme-bg-color);
} }
.mt-post-media-wrapper {
margin: 0;
}
.mt-post-media {
margin-bottom: 1rem;
}
a { a {
color: var(--theme-highlight-color); color: var(--theme-highlight-color);
} }