Compare commits
3 Commits
f41dc8afa9
...
6ded48f3bd
Author | SHA1 | Date | |
---|---|---|---|
6ded48f3bd | |||
6c4b6ef1b3 | |||
d49352be88 |
|
@ -121,3 +121,31 @@
|
||||||
border: var(--tab-border);
|
border: var(--tab-border);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tabbed-container._weditor .tablist .buttonrow {
|
||||||
|
height: 0px;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tabbed-container._weditor .tablist .buttonrow.visible {
|
||||||
|
background: var(--tab-selected);
|
||||||
|
border: var(--tab-border);
|
||||||
|
border-bottom: none;
|
||||||
|
padding: 4px 0px 0px 4px;
|
||||||
|
height: unset;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tabbed-container._weditor .tablist .buttonrow .button {
|
||||||
|
margin: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tabbed-container._weditor .box {
|
||||||
|
display: flex;
|
||||||
|
margin: 0px;
|
||||||
|
padding: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tabbed-container._weditor .box textarea {
|
||||||
|
border: none;
|
||||||
|
margin: 0px;
|
||||||
|
}
|
|
@ -52,6 +52,12 @@ textarea {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
textarea, input {
|
||||||
|
-webkit-box-sizing: border-box;
|
||||||
|
-moz-box-sizing: border-box;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
@media only screen and (orientation: landscape) {
|
@media only screen and (orientation: landscape) {
|
||||||
:target::before {
|
:target::before {
|
||||||
content: "";
|
content: "";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user