Commit cf517214 authored by Ben Hayward's avatar Ben Hayward

Changed textbox to input

1 merge request!526[Sprint/ModestMonkey](feat): Added edit functionality to profile sidebar #1133
Pipeline #79388075 passed with stages
in 50 minutes and 43 seconds
......@@ -10,13 +10,13 @@
class="minds-editable-container mdl-card__supporting-text m-channel--name--editor"
*ngIf="editing && isOwner()"
>
<textarea
<input
[autoGrow]
class="mdl-textfield__input"
type="text"
name="briefdescription"
[(ngModel)]="user.name"
></textarea>
/>
</div>
<span
class="minds-button-edit"
......
......@@ -14,7 +14,7 @@
bottom: 8px;
}
.m-channel--name > div > textarea {
.m-channel--name > div > input {
margin: 0;
font-size: 28px;
font-weight: 800;
......@@ -22,6 +22,10 @@
line-height: 32px;
text-rendering: optimizeLegibilty;
-webkit-font-smoothing: antialiased;
text-align: center;
@include m-theme() {
border: 1px solid themed($m-grey-100);
}
}
.m-channel-bio-field {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment