mirror of
https://github.com/nileane/TangerineUI-for-Mastodon
synced 2024-11-27 14:28:14 +09:00
Fixed: in thread replies weren't full width to the right
This commit is contained in:
parent
180419e53a
commit
12edc4c19c
@ -1,5 +1,5 @@
|
||||
/* TangerineUI 🍊 for Mastodon ・ Purple variant 🪻
|
||||
version: 1.7.6
|
||||
version: 1.7.7
|
||||
|
||||
A Tangerine redesign for Mastodon's Web UI.
|
||||
https://github.com/nileane/TangerineUI-for-Mastodon/
|
||||
@ -742,6 +742,7 @@ body.layout-single-column {
|
||||
.layout-single-column .status--in-thread .status__content,
|
||||
.layout-single-column .status--in-thread .video-player {
|
||||
margin-left: 0;
|
||||
width: auto;
|
||||
}
|
||||
.layout-single-column .status--in-thread .status__line {
|
||||
-webkit-border-start: 4px solid var(--color-lines);
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* TangerineUI 🍊 for Mastodon
|
||||
version: 1.7.6
|
||||
version: 1.7.7
|
||||
|
||||
A Tangerine redesign for Mastodon's Web UI.
|
||||
https://github.com/nileane/TangerineUI-for-Mastodon/
|
||||
@ -742,6 +742,7 @@ body.layout-single-column {
|
||||
.layout-single-column .status--in-thread .status__content,
|
||||
.layout-single-column .status--in-thread .video-player {
|
||||
margin-left: 0;
|
||||
width: auto;
|
||||
}
|
||||
.layout-single-column .status--in-thread .status__line {
|
||||
-webkit-border-start: 4px solid var(--color-lines);
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* TangerineUI 🍊 for Mastodon ・ Purple variant 🪻
|
||||
version: 1.7.6
|
||||
version: 1.7.7
|
||||
|
||||
A Tangerine redesign for Mastodon's Web UI.
|
||||
https://github.com/nileane/TangerineUI-for-Mastodon/
|
||||
@ -742,6 +742,7 @@ body.layout-single-column {
|
||||
.layout-single-column .status--in-thread .status__content,
|
||||
.layout-single-column .status--in-thread .video-player {
|
||||
margin-left: 0;
|
||||
width: auto;
|
||||
}
|
||||
.layout-single-column .status--in-thread .status__line {
|
||||
-webkit-border-start: 4px solid var(--color-lines);
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* TangerineUI 🍊 for Mastodon
|
||||
version: 1.7.6
|
||||
version: 1.7.7
|
||||
|
||||
A Tangerine redesign for Mastodon's Web UI.
|
||||
https://github.com/nileane/TangerineUI-for-Mastodon/
|
||||
@ -742,6 +742,7 @@ body.layout-single-column {
|
||||
.layout-single-column .status--in-thread .status__content,
|
||||
.layout-single-column .status--in-thread .video-player {
|
||||
margin-left: 0;
|
||||
width: auto;
|
||||
}
|
||||
.layout-single-column .status--in-thread .status__line {
|
||||
-webkit-border-start: 4px solid var(--color-lines);
|
||||
|
Loading…
Reference in New Issue
Block a user