git ssb

0+

dangerousbeans / patchwork



forked from Matt McKegg / patchwork

Commit 43345f5ac86fe49350fb78162606634c3f920de4

increase font-size on messages and compose

Matt McKegg committed on 4/8/2017, 9:56:33 PM
Parent: fdc31e27bc5cf938a560cff2c56cc39de9352cbf

Files changed

styles/compose.mcsschanged
styles/message.mcsschanged
styles/compose.mcssView
@@ -9,8 +9,9 @@
99 border: 1px solid gainsboro
1010 background: white
1111
1212 textarea {
13+ font-size: 120%
1314 background: transparent
1415 border: none
1516 padding: 10px
1617 [disabled] {
styles/message.mcssView
@@ -4,9 +4,9 @@
44 box-shadow: #dadada 1px 2px 8px
55 border: 1px solid #f5f5f5
66 background: white
77 position: relative
8- font-size: 120%
8+ font-size: 130%
99 flex-shrink: 0
1010
1111 (highlight) {
1212 background-color: yellow
@@ -39,14 +39,14 @@
3939 }
4040 }
4141
4242 -reply {
43- font-size: 100%
43+ font-size: 120%
4444 header {
4545 div.main {
4646 a.avatar {
4747 img {
48- width: 30px
48+ width: 35px
4949 }
5050 }
5151 }
5252 }

Built with git-ssb-web