Fix video edit page overflow
This commit is contained in:
parent
0a1aaf2d11
commit
4958e9e56e
|
@ -4,6 +4,9 @@
|
||||||
input:not([type=submit]) {
|
input:not([type=submit]) {
|
||||||
@include peertube-input-text(340px);
|
@include peertube-input-text(340px);
|
||||||
|
|
||||||
|
max-width: 340px;
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -816,31 +816,9 @@ p-tablecheckbox:hover div .p-checkbox-box {
|
||||||
|
|
||||||
.p-checkbox-box {
|
.p-checkbox-box {
|
||||||
&.p-highlight {
|
&.p-highlight {
|
||||||
border-color: pvar(--mainColor) !important;
|
color: pvar(--mainBackgroundColor) !important;
|
||||||
background-color: pvar(--mainColor) !important;
|
background-color: pvar(--mainColor) !important;
|
||||||
}
|
border-color: pvar(--mainColor) !important;
|
||||||
|
|
||||||
.p-checkbox-icon {
|
|
||||||
position: relative;
|
|
||||||
overflow: visible !important;
|
|
||||||
|
|
||||||
&:after {
|
|
||||||
content: '';
|
|
||||||
position: absolute;
|
|
||||||
bottom: -5px;
|
|
||||||
left: -2px;
|
|
||||||
width: 5px;
|
|
||||||
height: 12px;
|
|
||||||
opacity: 0;
|
|
||||||
transform: rotate(45deg) scale(0);
|
|
||||||
border-right: 2px solid pvar(--mainBackgroundColor);
|
|
||||||
border-bottom: 2px solid pvar(--mainBackgroundColor);
|
|
||||||
}
|
|
||||||
|
|
||||||
&.pi-check:after {
|
|
||||||
opacity: 1;
|
|
||||||
transform: rotate(45deg) scale(1);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue