mirror of
https://github.com/Iheuzio/gpt-contextfiles.git
synced 2025-07-18 14:00:48 +00:00
fix(style-rendered): 98% scales better
This commit is contained in:
parent
d8eb37e674
commit
384ac4fc80
@ -162,7 +162,7 @@ function getWebviewContent(apiResponse = '', question = '') {
|
|||||||
color: #d4d4d4;
|
color: #d4d4d4;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
width: 95%;
|
width: 98%;
|
||||||
border: none;
|
border: none;
|
||||||
outline: none;
|
outline: none;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
@ -186,7 +186,7 @@ function getWebviewContent(apiResponse = '', question = '') {
|
|||||||
display: none;
|
display: none;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background-color: #f1f1f1;
|
background-color: #f1f1f1;
|
||||||
width: 95%;
|
width: 98%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content p {
|
.content p {
|
||||||
|
Loading…
Reference in New Issue
Block a user