diff options
Diffstat (limited to 'assets/css/app.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; |