This commit is contained in:
Wirlaburla 2023-06-27 17:57:44 -05:00
parent 66b0759474
commit a240882c51

View File

@ -45,6 +45,11 @@ table {
margin-right: 8px; margin-right: 8px;
} }
textarea {
resize: vertical;
width: 100%;
}
@media only screen and (orientation: landscape) { @media only screen and (orientation: landscape) {
:target::before { :target::before {
content: ""; content: "";
@ -1537,11 +1542,6 @@ heading .button {
cursor: pointer; cursor: pointer;
} }
textarea {
resize: vertical;
width: calc(100% - 8px);
}
.wrapper table input { .wrapper table input {
width: calc(100% - 20px); width: calc(100% - 20px);
} }