toudaimori: (Default)
toudaimori ([personal profile] toudaimori) wrote in [site community profile] dw_suggestions2017-01-12 10:32 pm

(Read more...) functioning as the black triangle to the left of it

Title:
(Read more...) functioning as the black triangle to the left of it

Area:
Cut

Summary:
Can we please have the (Read more...) link functioning as the cut-opening arrow, not as the direct link to the entry?

Description:
Right now, when you click the (Read more...) link, you are redirected to the whole entry with the comments. If you want to simply open the cut and read what's inside, remaining on the main page of the journal, you have to click the tiny black triangle to the left of (Read more...). Can we please ditch this black triangle, which is barely visible, and have the (Read more...) link functioning as one? As for the direct link to the whole entry, it can be moved to the header, which is currently plain text without any use.

Poll #18025 (Read more...) functioning as the black triangle to the left of it
Open to: Registered Users, detailed results viewable to: All, participants: 50


This suggestion:

View Answers

Should be implemented as-is.
13 (26.0%)

Should be implemented with changes. (please comment)
4 (8.0%)

Shouldn't be implemented.
26 (52.0%)

(I have no opinion)
6 (12.0%)

(Other: please comment)
1 (2.0%)

anaraine: The word "dreamer" emblazoned across a picture of clouds in a blue sky (for 3W4DW). ([dw] dreamer)

[personal profile] anaraine 2017-02-22 12:02 am (UTC)(link)
It's definitely possible to target those arrows - I use css to make them smaller. (The way they sit with the text in their normal size is jarring to me.) Obviously, you'd want to use something larger than 8px, but if anyone having this problem would like the code:

.cuttag img {width:8px !important; }
.cuttag-action-after img {width: 8px !important}