FreeTubeApp / FreeTube

An Open Source YouTube app for privacy
https://freetubeapp.io/
GNU Affero General Public License v3.0
13.37k stars 825 forks source link

[Feature Request]: Differentiate header and body content in black theme #2043

Open dtbj opened 2 years ago

dtbj commented 2 years ago

Guidelines

Problem Description

In black theme, the header isn't differentiated and makes FreeTube look less accessible The header isn't separated enough from the body and looks weird.

Proposed Solution

Very Easy two lines of css:

.black {
.topNav {
    border-bottom: 1px solid #ddd;
}
.ft-flex-box.sideNav {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
}

Alternatives Considered

Nothing, just inspect tool for testing.

Issue Labels

ease of use improvement, visual improvement

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 28 days with no activity. Remove stale label or comment or this will be closed in 7 days.

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 28 days with no activity. Remove stale label or comment or this will be closed in 7 days.

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 28 days with no activity. Remove stale label or comment or this will be closed in 7 days.

efb4f5ff-1298-471a-8973-3d47447115dc commented 11 months ago

@jasonhenriquez maybe something for u?