Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Administrator
/
chatgpt.ai-pro.org
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
3
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
8476300e
authored
2023-12-20 16:59:19 +0800
by
RSA
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
28823_chatbot_vuzo_link
1 parent
3706dacd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
3 deletions
client/src/index.css
client/src/index.css
View file @
8476300
...
...
@@ -27,10 +27,9 @@ code {
.vuzo_container
{
text-align
:
center
;
padding
:
2
px
;
padding
:
8
px
;
display
:
inline-flex
;
margin
:
0
auto
;
bottom
:
0
;
margin
:
10px
auto
;
position
:
absolute
;
}
...
...
@@ -41,4 +40,23 @@ code {
.export-button-mobile
{
display
:
flex
!important
;
}
}
@media
screen
and
(
max-height
:
1024px
)
{
.vuzo_container
{
margin
:
130px
auto
!important
;
position
:
inherit
!important
;
}
}
@media
screen
and
(
max-height
:
900px
)
{
.vuzo_container
{
margin
:
130px
auto
!important
;
position
:
inherit
!important
;
}
}
@media
screen
and
(
max-height
:
720px
)
{
.vuzo_container
{
margin
:
10px
auto
!important
;
position
:
inherit
!important
;
}
}
\ No newline at end of file
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment