Merge commit 'refs/pull/93/head' of https://github.com/MathMan05/JankClient
This commit is contained in:
commit
a02fab27d1
1 changed files with 2 additions and 1 deletions
|
@ -2573,7 +2573,6 @@ fieldset input[type="radio"] {
|
||||||
#sideContainDiv {
|
#sideContainDiv {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-left: -256px;
|
margin-left: -256px;
|
||||||
flex-grow: 1;
|
|
||||||
}
|
}
|
||||||
.flexspace:has(.hypoprofile) {
|
.flexspace:has(.hypoprofile) {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
@ -2613,8 +2612,10 @@ fieldset input[type="radio"] {
|
||||||
#sideContainDiv.searchDiv {
|
#sideContainDiv.searchDiv {
|
||||||
display: block;
|
display: block;
|
||||||
right: -100svw;
|
right: -100svw;
|
||||||
|
margin-left: -100svw;
|
||||||
width: 100svw;
|
width: 100svw;
|
||||||
transition: right 0.3s;
|
transition: right 0.3s;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
.channelnamediv {
|
.channelnamediv {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue