fix (templates): ai-search OK.

This commit is contained in:
Rodrigo Rodriguez 2024-09-18 14:46:39 -03:00
parent 7de0f3aa94
commit 67c9ef5f26

View file

@ -36,7 +36,7 @@
.sidebar { .sidebar {
box-shadow: 0 0 15px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5); box-shadow: 0 0 10px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
border-radius: 1rem; border-radius: 1rem;
background-repeat: no-repeat; background-repeat: no-repeat;
} }
@ -68,7 +68,7 @@ screen and (min-width: 420px) and (max-width: 1000px) {
.iconMenu { .iconMenu {
font-size: 14px; font-size: 9pt;
display: inline; display: inline;
margin-right: 16px; margin-right: 16px;
margin-top: 20px;; margin-top: 20px;;
@ -114,7 +114,7 @@ screen and (min-width: 420px) and (max-width: 1000px) {
@media screen and (min-width: 1000px) { @media screen and (min-width: 1000px) {
.sidebar { .sidebar {
display: inline-block !important; display: inline-block !important;
height: 14%; height: 18%;
width: 45% !important; width: 45% !important;
background-color: #1a1a1a !important; background-color: #1a1a1a !important;
position: absolute; position: absolute;
@ -130,9 +130,10 @@ screen and (min-width: 420px) and (max-width: 1000px) {
} }
.iconMenu { .iconMenu {
font-size: 16px; font-size: 09pt;
text-align: center; text-align: center;
margin: 0 1.5rem; margin: 10px 6px;
padding-left: 48px;;
} }
.IconsMenu { .IconsMenu {
@ -140,17 +141,19 @@ screen and (min-width: 420px) and (max-width: 1000px) {
display: inline-flex; display: inline-flex;
position: absolute; position: absolute;
left: 50%; left: 50%;
margin-left: -280px; margin-left: -260px;
bottom: 1rem; bottom: 1rem;
height: 30px; top:60px;
height: 28px;
font-family: "Open Sans", sans-serif; font-family: "Open Sans", sans-serif;
font-size: 12pt;
} }
} }
/* Player */ /* Player */
.player { .player {
background-color: white; background-color: white;
box-shadow: 0 0 15px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5); box-shadow: 0 0 10px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
border-radius: 0.75rem; border-radius: 0.75rem;
} }
@ -172,18 +175,18 @@ screen and (min-width: 420px) and (max-width: 1000px) {
@media screen and (min-width: 1000px) { @media screen and (min-width: 1000px) {
.player { .player {
width: 45% !important; width: 45% !important;
height: 77% !important; height: 71% !important;
border: 7px solid #6c6c6c; border: 7px solid #6c6c6c;
position: absolute; position: absolute;
left: 3%; left: 3%;
top: 19%; top: 24%;
} }
} }
/* Webchat */ /* Webchat */
.webchat { .webchat {
background-color: #ffffff !important; background-color: #ffffff !important;
box-shadow: 0 8px 25px rgba(255, 255, 255, 0.1); box-shadow: 0 8px 20px rgba(255, 255, 255, 0.1);
border-radius: 1rem; border-radius: 1rem;
overflow: auto !important; overflow: auto !important;
} }
@ -210,10 +213,9 @@ screen and (min-width: 420px) and (max-width: 1000px) {
@media screen and (min-width: 1000px) { @media screen and (min-width: 1000px) {
.webchat { .webchat {
width: 48% !important; width: 48% !important;
height: 95%; height: 94%;
position: absolute; position: absolute;
right: 15px; right: 15px;
top: 19px; top: 19px;
bottom: 0; bottom: 0;
border-bottom: 4px solid #4a4a4a; border-bottom: 4px solid #4a4a4a;