Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unread Indicator #29

Open
christophlandon opened this issue Oct 13, 2017 · 0 comments
Open

Unread Indicator #29

christophlandon opened this issue Oct 13, 2017 · 0 comments
Labels

Comments

@christophlandon
Copy link

christophlandon commented Oct 13, 2017

Hi Epido,

Thank you so much for your information! You had asked that for further communication, to write you here. Unfortunately, not being a coder, I wouldn't even know where to begin as all this is a little over my head. I'll continue with it and hopefully I'll figure out on how this is done.

All the best!

Cheers,
Chris

================================

Hi Chris,

Thank you!

You could add something like:

.thread-list .thread-icon.thread-icon-unread,
.draft-list .thread-icon.thread-icon-unread{ 
  background: @ido-sidebar--default;
}

to some file, for example, https://github.com/edipox/n1-ido/blob/master/styles/threads.less

The problem with that "unread" indicator is that it's an image so you probably need to replace it with another image. Or you could also add radious to that component and decrease its size in order to achieve something similar to what you are expecting

.thread-list .thread-icon.thread-icon-unread,
.draft-list .thread-icon.thread-icon-unread{ 
    background: @ido-sidebar--default;
    width: 15px;
    height: 15px;
    border-radius: 90px;
}

Please for any further question or feature request create an issue in the repository https://github.com/edipox/n1-ido/issues

Hope it was helpful,

Best regards!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants