Handling recent activity #1019

Closed
opened 2026-02-04 23:24:41 +03:00 by OVERLORD · 4 comments
Owner

Originally created by @quentinDupont on GitHub (Feb 1, 2019).

Hello and thanks for this amazing free software !
It's my first days with this software so i'm sorry in advance if i don't understand how it all works 🙂

My issue
While trying to add a custom CSS on recent activity on sidebar - with id=recent-activity, it doesn't apply on every pages.
And it seems that the sidebar is not managed the same way in home page than in book page for example.

In my home-page, it uses views/common/home-sidebar.blade.php
(thanks to sidebar-layout.blade.php if I understand well) and in the book page, it uses views/book/show.blade.php.

In views/common/home-sidebar.blade.php it's set with <div id="recently-updated-pages"> and in show.blade.php, the activity is set with <div class="activity card">.

Should i just need to customized more my CSS ?

Thanks in advance for your explanation 🙂

Originally created by @quentinDupont on GitHub (Feb 1, 2019). Hello and thanks for this amazing free software ! It's my first days with this software so i'm sorry in advance if i don't understand how it all works :slightly_smiling_face: **My issue** While trying to add a custom CSS on recent activity on sidebar - with id=recent-activity, it doesn't apply on every pages. And it seems that the sidebar is not managed the same way in home page than in book page for example. In my home-page, it uses **views/common/home-sidebar.blade.php** (thanks to sidebar-layout.blade.php if I understand well) and in the book page, it uses **views/book/show.blade.php**. In views/common/home-sidebar.blade.php it's set with **\<div id="recently-updated-pages">** and in show.blade.php, the activity is set with **\<div class="activity card">**. Should i just need to customized more my CSS ? Thanks in advance for your explanation :slightly_smiling_face:
OVERLORD added the 🐕 Support Question labels 2026-02-04 23:24:41 +03:00
Author
Owner

@ssddanbrown commented on GitHub (Feb 2, 2019):

Hi @quentinDupont,

Should i just need to customized more my CSS ?

Yeah, for now you'll need to customize your CSS. There is an upcoming design update in where I'm looking to standardise the code structure a little more but for now, some customization is required.

If you need help coming up with selectors, I've recently created select.style to help identify CSS selectors 😄

@ssddanbrown commented on GitHub (Feb 2, 2019): Hi @quentinDupont, > Should i just need to customized more my CSS ? Yeah, for now you'll need to customize your CSS. There is an upcoming design update in where I'm looking to standardise the code structure a little more but for now, some customization is required. If you need help coming up with selectors, I've recently created [select.style](https://select.style/) to help identify CSS selectors :smile:
Author
Owner

@ezzra commented on GitHub (Feb 2, 2019):

@quentinDupont sometimes you might need to set !important within your css statement to make it working

@ezzra commented on GitHub (Feb 2, 2019): @quentinDupont sometimes you might need to set `!important` within your css statement to make it working
Author
Owner

@quentinDupont commented on GitHub (Feb 4, 2019):

Thanks for your answers and for the news about the upcoming design !

Niice tools, thanks again !

@quentinDupont commented on GitHub (Feb 4, 2019): Thanks for your answers and for the news about the upcoming design ! Niice tools, thanks again !
Author
Owner

@ssddanbrown commented on GitHub (May 18, 2019):

Since this was answered I'll close this issue.

@ssddanbrown commented on GitHub (May 18, 2019): Since this was answered I'll close this issue.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#1019