mirror of
https://github.com/m1k1o/neko.git
synced 2025-07-28 22:18:57 +02:00
add outline to overlay.
This commit is contained in:
parent
22b5a7ebd2
commit
7c9be1fd45
1 changed files with 2 additions and 0 deletions
|
@ -21,11 +21,13 @@
|
|||
bottom: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
outline: 0;
|
||||
}
|
||||
</style>
|
||||
|
||||
<script lang="ts">
|
||||
import { Vue, Component, Ref, Prop } from 'vue-property-decorator'
|
||||
|
||||
import GuacamoleKeyboard from '~/utils/guacamole-keyboard.ts'
|
||||
import { NekoWebRTC } from '~/internal/webrtc'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue