diff --git a/src/app/chatbot-widget/chatbot-widget.component.css b/src/app/chatbot-widget/chatbot-widget.component.css index e97d2cbd..cc1cda4b 100644 --- a/src/app/chatbot-widget/chatbot-widget.component.css +++ b/src/app/chatbot-widget/chatbot-widget.component.css @@ -29,14 +29,14 @@ .chatbox { position: fixed; bottom: 2%; - right: 2%; + left: 2%; } /* CONTENT IS CLOSE */ .chatbox__support { position: fixed; bottom: 120px; /* Spostato più in alto per evitare il pulsante */ - right: 20px; /* Allineato con il pulsante */ + left: 20px; /* Allineato con il pulsante */ width: 80vw; max-width: 400px; height: 70vh; @@ -61,7 +61,7 @@ .chatbox__button { position: fixed; bottom: 55px; - right: 20px; + left: 20px; z-index: 999; } @@ -224,7 +224,7 @@ width: 100vw; height: 50vh; bottom: 0; - right: 0; + left: 0; border-radius: 20px; } -} \ No newline at end of file +} diff --git a/src/app/chatbot-widget/chatbot-widget.component.html b/src/app/chatbot-widget/chatbot-widget.component.html index bed89750..b64343da 100644 --- a/src/app/chatbot-widget/chatbot-widget.component.html +++ b/src/app/chatbot-widget/chatbot-widget.component.html @@ -32,7 +32,7 @@

DOME support

} -
+
- \ No newline at end of file + diff --git a/src/app/pages/product-orders/sections/invoices-info/invoices-info.component.html b/src/app/pages/product-orders/sections/invoices-info/invoices-info.component.html index dda35da5..7bddc3ed 100644 --- a/src/app/pages/product-orders/sections/invoices-info/invoices-info.component.html +++ b/src/app/pages/product-orders/sections/invoices-info/invoices-info.component.html @@ -67,18 +67,13 @@ {{invoice?.billDate | date:'EEEE, dd/MM/yy, HH:mm'}} - {{invoice?.billNo}} - @if(role==sellerRole){ - @if (editingIndex === idx) { - - } @else { - {{invoice?.billNo}} - } - }@else{ - {{invoice?.billNo}} + @if (role == sellerRole && editingIndex === idx) { + + } @else { + {{ invoice?.billNo }} } @@ -105,15 +100,15 @@ @if(role==sellerRole){ @if (editingIndex === idx) { - } @else { -