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:
parent
63703d8cee
commit
01d0147ef5
3 changed files with 20 additions and 5 deletions
|
@ -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]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue