diff options
author | Guillermo Ramos | 2020-02-06 15:59:50 +0100 |
---|---|---|
committer | Guillermo Ramos | 2020-02-06 15:59:59 +0100 |
commit | f13918559567c27c49069eda68667788005b0f1d (patch) | |
tree | 626399a85f7c7bf5d7c0851d7e5729f410dcdcb9 /assets/css | |
parent | 7e9586e84f5dba0c40d5181c27e73422259e8161 (diff) | |
download | waev-f13918559567c27c49069eda68667788005b0f1d.tar.gz |
Unify Photo and File
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/app.css | 12 |
1 files changed, 12 insertions, 0 deletions
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; |