0.0.134 upd textarea

This commit is contained in:
2023-09-13 12:44:37 +03:00
parent 9e9c645799
commit 214eb0f7ef
2 changed files with 12 additions and 4 deletions

View File

@@ -1872,13 +1872,21 @@ button#more_button{
} }
.counter-box{ .counter-box{
position: relative; position: relative;
display: inline-block; display: inline-block;
}
.counter-box>textarea{
border-radius: 10px;
border: 1px solid #FF613A;
width: 400px;
height: 140px;
} }
.counter-text{ .counter-text{
position: absolute; position: absolute;
right: 10px; right: 10px;
bottom: 5px; top: 10px;
color: #7E7E7E;
} }

View File

@@ -116,7 +116,7 @@
<span class="counter-text"> <span class="counter-text">
<span class="counter-text__current">0</span> <span class="counter-text__current">0</span>
/ /
<span class="counter-text__total">360</span> <span class="counter-text__total">100</span>
</span> </span>
</div> </div>