Updated video view page; added recently updated videos to dashboard

This commit is contained in:
2023-03-03 15:49:09 -05:00
parent e39728cb33
commit db74e26124
4 changed files with 45 additions and 14 deletions

View File

@ -61,8 +61,10 @@ hr{
margin-bottom: 10px;
}
#channel-header{
.channel-name{
#channel-header,
#video-header{
.channel-name,
.video-name{
margin-bottom: 5px;
}
.channel-created,
@ -75,7 +77,8 @@ hr{
font-style: italic;
}
.channel-description{
.channel-description,
.video-description{
margin-top: 10px;
font-size: 1.75rem;
}