set fixed window size

This commit is contained in:
Enrique Hernandez 2020-11-22 15:41:53 +00:00 committed by riqo
commit 0324ac7372
9 changed files with 40 additions and 33 deletions

View file

@ -26,7 +26,6 @@
data-name="Rectangle 410"
width="350"
height="500"
rx="20"
fill="url(#radial-gradient)"
/>
</g>

View file

@ -91,7 +91,7 @@ div[contenteditable] {
border: 0;
border-radius: 20px;
color: #fff;
background-color: #61b4f4;
background-color: #585858;
font-size: 14;
text-align: left;
p {

View file

@ -9,7 +9,7 @@
<AI />
<MessageRenderer />
<InputItem />
<TitleBar />
<!-- <TitleBar /> -->
</svg>
</template>
@ -54,6 +54,6 @@ export default defineComponent({
height: 500px;
background-color: #e6e6e6;
box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
border-radius: 20px;
// border-radius: 20px;
}
</style>