Skip to content

Idea to show the dates on the albums#136

Open
humitos wants to merge 1 commit intomainfrom
humitos/photo-date
Open

Idea to show the dates on the albums#136
humitos wants to merge 1 commit intomainfrom
humitos/photo-date

Conversation

@humitos
Copy link
Member

@humitos humitos commented Feb 12, 2026

No description provided.

display: flex;
flex-direction: column;
align-items: center;
align-items: baseline;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't want everything to be aligned to the left, but only the bullets, not the title. I wasn't able to do that.

Comment on lines 168 to +179
.map-icon {
width: 18px;
height: 18px;
opacity: 0.6;
}

.calendar-icon {
width: 18px;
height: 18px;
opacity: 0.6;
}

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is related to the specificity that I mentioned regarding the CSS classes.

Adding another icon here should automatically grab the CSS to avoid repeating the CSS rules for all the icons.

We should avoid the current pattern as much as possible.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could have rules like:

.photo-gallery img.icon {

}

or something similar with the same idea.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant