From f13918559567c27c49069eda68667788005b0f1d Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Thu, 6 Feb 2020 15:59:50 +0100 Subject: Unify Photo and File --- assets/css/app.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'assets/css') diff --git a/assets/css/app.css b/assets/css/app.css index b44049c..31b96d1 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -10,6 +10,18 @@ width: 100%; } +.wa-avatar { + position: fixed; + top: 0; + background-color: #dddddd; +} +.wa-left { + left: 0; +} +.wa-right { + right: 0; +} + /* Chat background */ .wa-back { background-color: #dddddd; -- cgit v1.2.3