Tab width

This commit is contained in:
John Mertz 2024-02-26 10:38:42 -07:00
parent 38f5fe2ca4
commit 5d1fd14045
Signed by: jpm
GPG Key ID: E9C5EA2D867501AB
1 changed files with 23 additions and 25 deletions

View File

@ -1,21 +1,22 @@
div#header { div#header {
font-size: 25px; font-size: 25px;
} }
div#header img { div#header img {
height: 40px; height: 40px;
} }
div#subs img { div#subs img {
height: 120px; height: 120px;
border-radius: 100px; border-radius: 100px;
} }
div#subs ul { div#subs ul {
height: 160px; height: 160px;
} }
div.thumb, div.details { div.thumb, div.details {
display: inline-block; display: inline-block;
padding: 0px;
} }
div.details { div.details {
width: 100%; width: 100%;
padding-left: 0px; padding-left: 0px;
} }
div.details a { div.details a {
@ -28,35 +29,32 @@ div.playmodes {
width: 100%; width: 100%;
} }
div.playmodes a { div.playmodes a {
background-color: #323232; background-color: #323232;
width: 25%; width: 25%;
} }
div.playmodes img, div.playmodes span { div.playmodes img, div.playmodes span {
width: 100%; width: 100%;
height: 50px; height: 50px;
margin: 0px; margin: 0px;
} }
div.playmodes div { div.playmodes div {
height: 50px; height: 50px;
margin: 0px; margin: 0px;
padding: 0px; padding: 0px;
} }
div.seen { div.seen {
width: 100%; width: 100%;
} }
div.seen h3 { div.seen h3 {
font-size: 32px; font-size: 32px;
padding-top: 7px; padding-top: 7px;
position: absolute; position: absolute;
width: 100%; width: 100%;
} }
div.thumb img { div.thumb img {
display: block; display: block;
height: 226px; height: 226px;
} }
div.time {
top: 178px;
}
div.row { div.row {
display: inline-grid; display: inline-grid;
} }
@ -71,7 +69,7 @@ div.video_body, div.seen, div.playmodes {
float: right; float: right;
} }
div#title h1 { div#title h1 {
line-height: 60px; line-height: 60px;
} }
div.title { div.title {
position: relative; position: relative;
@ -79,8 +77,8 @@ div.title {
top: 10px; top: 10px;
} }
div.title img { div.title img {
height: 80px; height: 80px;
border-radius: 60px; border-radius: 60px;
} }
.category, .no-category, .unsubscribe, .solo, .no-solo, .regex, .no-regex { .category, .no-category, .unsubscribe, .solo, .no-solo, .regex, .no-regex {
position: relative; position: relative;