mirror of
https://github.com/fromchat-messenger/web.git
synced 2026-09-22 19:15:08 +03:00
Fix bugs
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
export const API_BASE_URL: string = '/api';
|
||||
export const API_FULL_BASE_URL: string = "localhost:8301/api";
|
||||
export const API_FULL_BASE_URL: string = `${location.hostname}:8301/api`;
|
||||
export const PRODUCT_NAME: string = "FromChat";
|
||||
@@ -120,6 +120,7 @@
|
||||
margin-bottom: 1rem;
|
||||
max-width: 70%;
|
||||
position: relative;
|
||||
width: max-content;
|
||||
|
||||
.message-inner {
|
||||
padding: 0.8rem 1rem;
|
||||
|
||||
Reference in New Issue
Block a user