Projects STRLCPY link-lock Commits e93e6533
🤬
  • ■ ■ ■ ■
    create/index.html
    skipped 80 lines
    81 81   </div>
    82 82   <div class="labeled-input hint">
    83 83   <label for="url">hint (optional)</label>
    84  - <input type="text" id="hint" />
     84 + <textarea id="hint" rows="1"></textarea>
    85 85   </div>
    86 86   <div class="split-row">
    87 87   <div class="labeled-input password">
    skipped 44 lines
  • ■ ■ ■ ■ ■
    style.css
    skipped 41 lines
    42 42   margin-bottom: 5px;
    43 43  }
    44 44   
    45  -input {
     45 +input, textarea {
    46 46   padding: 10px;
    47 47   border: 0.5px solid black;
    48 48   border-radius: 3px;
    49 49   margin-bottom: 15px;
    50 50   box-sizing: border-box;
    51 51   width: 100%;
     52 + resize: none;
    52 53  }
    53 54   
    54 55  input[type="checkbox"] {
    skipped 110 lines
Please wait...
Page is in error, reload to recover