mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-17 03:44:25 +03:00
Max width on options page
This commit is contained in:
@@ -308,14 +308,18 @@ input[type='number'] {
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
padding: 80px 15% 0 3%;
|
padding: 80px 15% 0 3%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
|
||||||
transition: padding 0.3s;
|
transition: padding 0.3s;
|
||||||
}
|
}
|
||||||
|
|
||||||
#options.embed {
|
#options > div {
|
||||||
|
max-width: 60%;
|
||||||
|
}
|
||||||
|
|
||||||
|
#options.embed > div {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
text-align: left;
|
|
||||||
display: inline-block;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#title .profilepic {
|
#title .profilepic {
|
||||||
@@ -610,6 +614,7 @@ svg {
|
|||||||
#options {
|
#options {
|
||||||
padding: 0 50px;
|
padding: 0 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab-heading {
|
.tab-heading {
|
||||||
width: unset;
|
width: unset;
|
||||||
min-width: unset;
|
min-width: unset;
|
||||||
@@ -660,4 +665,8 @@ svg {
|
|||||||
#options {
|
#options {
|
||||||
padding: 0 15px;
|
padding: 0 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#options > div {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user