diff options
Diffstat (limited to 'shitstylse.css')
-rw-r--r-- | shitstylse.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/shitstylse.css b/shitstylse.css index 6682846..2097b37 100644 --- a/shitstylse.css +++ b/shitstylse.css @@ -28,9 +28,16 @@ body { background: white; position: sticky; bottom: 0; +} + +.messageInputForm { display: flex; } +.reply { + color: #000000aa +} + #messageInput { flex-grow: 1; } |