A minimalist theme with a Feedly vibe: RS2
- fox
- ^ me reading your posts ^
- Posts: 6318
- Joined: 27 Aug 2005, 22:53
- Location: Saint-Petersburg, Russia
- Contact:
Re: A minimalist theme with a Feedly vibe: RS2
short answer: fucking dojo.
- davidm
- Plays it by ear
- Posts: 115
- Joined: 29 Mar 2012, 20:10
- Contact:
Re: A minimalist theme with a Feedly vibe: RS2
Updated for 1.7.6.
Re: A minimalist theme with a Feedly vibe: RS2
Thanks for the update! How about a themes page in the wiki like there is for plugins? Cheers!
Re: A minimalist theme with a Feedly vibe: RS2
davidm wrote:Updated for 1.7.6.
I just wanted to mention that I still use your theme and think it's great. Thank you for continually posting your updates here for those like myself that aren't artistically inclined enough to make our own themes.
Re: A minimalist theme with a Feedly vibe: RS2
This looks great. Thanks for your work on this. For some reason, my feed category folders have a great deal of space between them, like so:
- davidm
- Plays it by ear
- Posts: 115
- Joined: 29 Mar 2012, 20:10
- Contact:
Re: A minimalist theme with a Feedly vibe: RS2
That's not a bug, that's a feature.
Re: A minimalist theme with a Feedly vibe: RS2
Possible to remove that feature? =)
Where to edit that
Where to edit that
Re: A minimalist theme with a Feedly vibe: RS2
Search for
and lower the value to what you prefer.
Code: Select all
.dijitTreeIsRoot {
padding-bottom: 3em;
}
and lower the value to what you prefer.
Re: A minimalist theme with a Feedly vibe: RS2
Ah, works awesome.
A scrollbar suddenly appears in the bottom of the list even though there is no need for it, how to remove it?
A scrollbar suddenly appears in the bottom of the list even though there is no need for it, how to remove it?
Re: A minimalist theme with a Feedly vibe: RS2
Scroll a bit up. That question was asked already.
Re: A minimalist theme with a Feedly vibe: RS2
You can remove the scrollbar by adding this to rs.css:
Code: Select all
.dijitTree {
overflow: hidden;
}
Re: A minimalist theme with a Feedly vibe: RS2
Excellent, that does the job! Thanks!
Re: A minimalist theme with a Feedly vibe: RS2
Actually, this makes the vertical scrollbar disappear when resizing the browser window (Firefox here). This might be an alternative, supposedly not supported by all browsers though:
Code: Select all
.dijitTree {
overflow-y: auto;
overflow-x: hidden;
}
Re: A minimalist theme with a Feedly vibe: RS2
sanboer wrote:
I tweaked it some more, to work well on an iPad.
Colors are tweaked, radii around posts, not containing div.
I am annoyed by the top two lines "mark as read, actions" line on the top and the following line "select all, unread etc" I would love to consolidate these.
Does anyone know how to update this guys awesome theme for whatever the newer versions are? I suck with CSS
- davidm
- Plays it by ear
- Posts: 115
- Joined: 29 Mar 2012, 20:10
- Contact:
Re: A minimalist theme with a Feedly vibe: RS2
For the time, the awesome guy himself will do it.
It says 1.7.6 but it's perfectly valid for 1.7.8.
It says 1.7.6 but it's perfectly valid for 1.7.8.
Return to “Themes and plugins”
Who is online
Users browsing this forum: No registered users and 3 guests