Fix video edit page overflow
This commit is contained in:
parent
0a1aaf2d11
commit
4958e9e56e
|
@ -4,6 +4,9 @@
|
|||
input:not([type=submit]) {
|
||||
@include peertube-input-text(340px);
|
||||
|
||||
max-width: 340px;
|
||||
width: 100%;
|
||||
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
|
|
@ -816,31 +816,9 @@ p-tablecheckbox:hover div .p-checkbox-box {
|
|||
|
||||
.p-checkbox-box {
|
||||
&.p-highlight {
|
||||
border-color: pvar(--mainColor) !important;
|
||||
color: pvar(--mainBackgroundColor) !important;
|
||||
background-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);
|
||||
}
|
||||
border-color: pvar(--mainColor) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue