mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
Update mastodon_timeline.scss
This commit is contained in:
parent
d1f9375ab7
commit
610593db5d
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user