1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 02:39:33 +02:00

Add tooltip to maximize button and remove grey background

This commit is contained in:
kimsible 2020-11-21 23:35:58 +01:00 committed by Rigel Kent
parent 63703d8cee
commit 01d0147ef5
3 changed files with 20 additions and 5 deletions

View file

@ -35,6 +35,9 @@ export class MarkdownTextareaComponent implements ControlValueAccessor, OnInit {
previewHTML = ''
isMaximized = false
maximizeInText = $localize`Maximize editor`
maximizeOutText = $localize`Exit maximized editor`
private contentChanged = new Subject<string>()
private scrollPosition: [number, number]