Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 561b9af

Browse files
committed
fix border style
1 parent d29075a commit 561b9af

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/ChatWindow.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,14 +157,12 @@ export default {
157157
.twc-ios-keyboard-shown {
158158
transition: 0.3s ease-in-out !important;
159159
height: calc(66% - 62px) !important;
160-
border: 5px solid green;
161160
top: calc(34% + 63px) !important;
162161
position: fixed !important;
163162
}
164163
.twc-ios-keyboard-hidden {
165164
transition: 0.2s ease-in-out !important;
166165
height: 100% !important;
167-
border: 5px solid red;
168166
top: 0px !important;
169167
position: fixed !important;
170168
}

0 commit comments

Comments
 (0)