New CSS template for default look #21

Merged
sergiotarxz merged 1 commits from abnazhor/Peertube-dl:master into feature/new_look_default_theme 2021-01-20 20:09:48 +01:00
Contributor

Created a new CSS template with dark looks and standarized design for every element.

Created a new CSS template with dark looks and standarized design for every element.
abnazhor added 1 commit 2021-01-20 14:40:35 +01:00
Owner

This new rules do not work well with multiple formats selection like the one needed to support this url. https://www.youtube.com/watch?v=rKrGDVuIzxA

But what is supported looks really great.

This new rules do not work well with multiple formats selection like the one needed to support this url. https://www.youtube.com/watch?v=rKrGDVuIzxA But what is supported looks really great.
Owner

Video container causes horizontal scroll on small screens.

Video container causes horizontal scroll on small screens.
Owner

On mobile width I think would be better the #poping-notice being full width and use 40% on bigger screens using a media query.

Something like this was done by:

@media (min-width: 668px) {
	#poping-notice {
		width: 629px;
	}
}
On mobile width I think would be better the #poping-notice being full width and use 40% on bigger screens using a media query. Something like this was done by: ```css @media (min-width: 668px) { #poping-notice { width: 629px; } } ```
Owner

Add yourself to the AUTHORS file so we can contact you in case LICENSE needs to be changed, for example to upgrade to a newer version of AGPL or things like that.

Add yourself to the AUTHORS file so we can contact you in case LICENSE needs to be changed, for example to upgrade to a newer version of AGPL or things like that.
sergiotarxz changed target branch from master to feature/new_look_default_theme 2021-01-20 20:08:15 +01:00
sergiotarxz merged commit 5228ddfe6b into feature/new_look_default_theme 2021-01-20 20:09:48 +01:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sergiotarxz/Peertube-dl#21
No description provided.