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