mirror of
https://github.com/m1k1o/neko.git
synced 2025-07-29 22:47:58 +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;
|
bottom: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
outline: 0;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import { Vue, Component, Ref, Prop } from 'vue-property-decorator'
|
import { Vue, Component, Ref, Prop } from 'vue-property-decorator'
|
||||||
|
|
||||||
import GuacamoleKeyboard from '~/utils/guacamole-keyboard.ts'
|
import GuacamoleKeyboard from '~/utils/guacamole-keyboard.ts'
|
||||||
import { NekoWebRTC } from '~/internal/webrtc'
|
import { NekoWebRTC } from '~/internal/webrtc'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue