git ssb

0+

alanz / patchwork



forked from Matt McKegg / patchwork

Commit 9310b754f392675b87275bc73fd48936d4c9f40a

only allow vertical resize on textareas

Matt McKegg committed on 6/17/2017, 1:52:50 PM
Parent: 7e11036395d46d3c6fbcc56c03eef30bbba196be

Files changed

styles/compose.mcsschanged
styles/profile-editor.mcsschanged
styles/compose.mcssView
@@ -9,8 +9,9 @@
99 border: 1px solid gainsboro
1010 background: white
1111
1212 textarea {
13+ resize: vertical
1314 font-size: 120%
1415 background: transparent
1516 border: none
1617 padding: 10px
styles/profile-editor.mcssView
@@ -12,8 +12,9 @@
1212 font-size: 150%
1313 padding: 10px
1414 }
1515 textarea {
16+ resize: vertical
1617 margin-top: 10px
1718 border: 1px solid #CCC
1819 padding: 10px
1920 font-size: 150%

Built with git-ssb-web