Skip to content

Commit

Permalink
Making sure "Powered by" is not visible by default
Browse files Browse the repository at this point in the history
Unless explicit CSS classes exists showing it
  • Loading branch information
polterguy committed Oct 16, 2023
1 parent 49ea8da commit c534179
Show file tree
Hide file tree
Showing 32 changed files with 47 additions and 34 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,14 @@
color: #9f0c0c !important;
}
.aista-chat-wnd .ainiro-powered-by {
width: calc(100% - 30px);
width: calc(100% - 50px);
position: absolute;
bottom: 60px;
left: 15px;
text-align: right;
font-size: 10px;
opacity: .5;
display: block !important;
}
.aista-chat-wnd .ainiro-powered-by a {
text-decoration: none;
Expand Down Expand Up @@ -397,8 +398,8 @@
border-radius: 4px !important;
}
.aista-speech-button {
right: 10px;
bottom: 10px;
right: 9px;
bottom: 9px;
height: 40px;
width: 50px;
position: absolute;
Expand Down
2 changes: 1 addition & 1 deletion backend/files/system/openai/front.files/chat/chess.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
color: #5555ff !important;
}
.aista-chat-wnd .ainiro-powered-by {
width: calc(100% - 30px);
width: calc(100% - 50px);
position: absolute;
bottom: 62px;
left: 15px;
Expand Down
2 changes: 1 addition & 1 deletion backend/files/system/openai/front.files/chat/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
color: #5555ff !important;
}
.aista-chat-wnd .ainiro-powered-by {
width: calc(100% - 30px);
width: calc(100% - 50px);
position: absolute;
bottom: 62px;
left: 15px;
Expand Down
2 changes: 1 addition & 1 deletion backend/files/system/openai/front.files/chat/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ function aista_create_chat_ui() {
}
aistaChatWnd.className = 'aista-chat-wnd';
let html = `
<div class="ainiro-powered-by">
<div class="ainiro-powered-by" style="display: none">
Powered by <a href="https://ainiro.io">AINIRO.IO</a>
</div>
<div class="aista-chat-header">[[header]]</div>
Expand Down
2 changes: 1 addition & 1 deletion backend/files/system/openai/front.files/chat/emerald.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
color: #5555ff !important;
}
.aista-chat-wnd .ainiro-powered-by {
width: calc(100% - 30px);
width: calc(100% - 50px);
position: absolute;
bottom: 62px;
left: 15px;
Expand Down
2 changes: 1 addition & 1 deletion backend/files/system/openai/front.files/chat/frank.css
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
color: #5555ff !important;
}
.aista-chat-wnd .ainiro-powered-by {
width: calc(100% - 30px);
width: calc(100% - 50px);
position: absolute;
bottom: 62px;
left: 15px;
Expand Down
2 changes: 1 addition & 1 deletion backend/files/system/openai/front.files/chat/galaxy.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
color: #1266e1 !important;
}
.aista-chat-wnd .ainiro-powered-by {
width: calc(100% - 30px);
width: calc(100% - 50px);
position: absolute;
bottom: 62px;
left: 15px;
Expand Down
2 changes: 1 addition & 1 deletion backend/files/system/openai/front.files/chat/lollipop.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
color: #ff66c4 !important;
}
.aista-chat-wnd .ainiro-powered-by {
width: calc(100% - 30px);
width: calc(100% - 50px);
position: absolute;
bottom: 62px;
left: 15px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
color: #5555ff !important;
}
.aista-chat-wnd .ainiro-powered-by {
width: calc(100% - 20px);
width: calc(100% - 40px);
position: absolute;
bottom: 53px;
left: 15px;
Expand Down
4 changes: 2 additions & 2 deletions backend/files/system/openai/front.files/chat/nuomorphism.css
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
color: #5555ff !important;
}
.aista-chat-wnd .ainiro-powered-by {
width: calc(100% - 30px);
width: calc(100% - 50px);
position: absolute;
bottom: 62px;
left: 15px;
Expand Down Expand Up @@ -393,7 +393,7 @@
}
.aista-speech-button {
right: 10px;
bottom: 10px;
bottom: 8px;
height: 40px;
width: 50px;
position: absolute;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
color: #8c52ff !important;
}
.aista-chat-wnd .ainiro-powered-by {
width: calc(100% - 30px);
width: calc(100% - 50px);
position: absolute;
bottom: 62px;
left: 15px;
Expand Down
2 changes: 1 addition & 1 deletion backend/files/system/openai/front.files/chat/office.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
color: #5555ff !important;
}
.aista-chat-wnd .ainiro-powered-by {
width: calc(100% - 30px);
width: calc(100% - 50px);
position: absolute;
bottom: 62px;
left: 15px;
Expand Down
2 changes: 1 addition & 1 deletion backend/files/system/openai/front.files/chat/parakeet.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
color: #7ed957 !important;
}
.aista-chat-wnd .ainiro-powered-by {
width: calc(100% - 30px);
width: calc(100% - 50px);
position: absolute;
bottom: 62px;
left: 15px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
color: #5555ff !important;
}
.aista-chat-wnd .ainiro-powered-by {
width: calc(100% - 20px);
width: calc(100% - 40px);
position: absolute;
bottom: 57px;
left: 15px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,18 @@
.aista-chat-msg-container a:visited {
color: #5555ff !important;
}
.aista-chat-wnd .ainiro-powered-by {
width: calc(100% - 40px);
position: absolute;
bottom: 57px;
left: 15px;
text-align: right;
font-size: 10px;
opacity: .5;
}
.aista-chat-wnd .ainiro-powered-by a {
text-decoration: none;
}
@keyframes jump {
0% {bottom: 0px;}
20% {bottom: 5px;}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
color: #5555ff !important;
}
.aista-chat-wnd .ainiro-powered-by {
width: calc(100% - 20px);
width: calc(100% - 40px);
position: absolute;
bottom: 57px;
left: 15px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
color: #5555ff !important;
}
.aista-chat-wnd .ainiro-powered-by {
width: calc(100% - 20px);
width: calc(100% - 40px);
position: absolute;
bottom: 57px;
left: 15px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
color: #5555ff !important;
}
.aista-chat-wnd .ainiro-powered-by {
width: calc(100% - 20px);
width: calc(100% - 40px);
position: absolute;
bottom: 57px;
left: 15px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
color: #5555ff !important;
}
.aista-chat-wnd .ainiro-powered-by {
width: calc(100% - 20px);
width: calc(100% - 40px);
position: absolute;
bottom: 57px;
left: 15px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
color: #5555ff !important;
}
.aista-chat-wnd .ainiro-powered-by {
width: calc(100% - 20px);
width: calc(100% - 40px);
position: absolute;
bottom: 57px;
left: 15px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
color: #5555ff !important;
}
.aista-chat-wnd .ainiro-powered-by {
width: calc(100% - 20px);
width: calc(100% - 40px);
position: absolute;
bottom: 57px;
left: 15px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
color: #5555ff !important;
}
.aista-chat-wnd .ainiro-powered-by {
width: calc(100% - 20px);
width: calc(100% - 40px);
position: absolute;
bottom: 57px;
left: 15px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
color: #5555ff !important;
}
.aista-chat-wnd .ainiro-powered-by {
width: calc(100% - 20px);
width: calc(100% - 40px);
position: absolute;
bottom: 57px;
left: 15px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
color: #5555ff !important;
}
.aista-chat-wnd .ainiro-powered-by {
width: calc(100% - 20px);
width: calc(100% - 40px);
position: absolute;
bottom: 57px;
left: 15px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
color: #5555ff !important;
}
.aista-chat-wnd .ainiro-powered-by {
width: calc(100% - 20px);
width: calc(100% - 40px);
position: absolute;
bottom: 57px;
left: 15px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
color: #5555ff !important;
}
.aista-chat-wnd .ainiro-powered-by {
width: calc(100% - 20px);
width: calc(100% - 40px);
position: absolute;
bottom: 57px;
left: 15px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
color: #5555ff !important;
}
.aista-chat-wnd .ainiro-powered-by {
width: calc(100% - 20px);
width: calc(100% - 40px);
position: absolute;
bottom: 57px;
left: 15px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
color: #5555ff !important;
}
.aista-chat-wnd .ainiro-powered-by {
width: calc(100% - 20px);
width: calc(100% - 40px);
position: absolute;
bottom: 57px;
left: 15px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
color: #5555ff !important;
}
.aista-chat-wnd .ainiro-powered-by {
width: calc(100% - 20px);
width: calc(100% - 40px);
position: absolute;
bottom: 57px;
left: 15px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
color: #5555ff !important;
}
.aista-chat-wnd .ainiro-powered-by {
width: calc(100% - 20px);
width: calc(100% - 40px);
position: absolute;
bottom: 57px;
left: 15px;
Expand Down
2 changes: 1 addition & 1 deletion backend/files/system/openai/front.files/chat/sunflower.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
color: #e56f29 !important;
}
.aista-chat-wnd .ainiro-powered-by {
width: calc(100% - 30px);
width: calc(100% - 50px);
position: absolute;
bottom: 65px;
left: 15px;
Expand Down
2 changes: 1 addition & 1 deletion backend/files/system/openai/front.files/chat/twilight.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
color: #531cc3 !important;
}
.aista-chat-wnd .ainiro-powered-by {
width: calc(100% - 28px);
width: calc(100% - 48px);
position: absolute;
bottom: 60px;
left: 15px;
Expand Down

0 comments on commit c534179

Please sign in to comment.