Display fullscreen button on small screens (!5302)
This commit is contained in:
parent
1fe80c2962
commit
ea09ef8da3
2 changed files with 5 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
= markdown_toolbar_button({ icon: "list-ol fw", data: { "md-tag" => "1. ", "md-prepend" => true }, title: "Add a numbered list" })
|
||||
= markdown_toolbar_button({ icon: "check-square-o fw", data: { "md-tag" => "* [ ] ", "md-prepend" => true }, title: "Add a task list" })
|
||||
.toolbar-group
|
||||
%button.toolbar-btn.js-zen-enter.has-tooltip.hidden-xs{ type: "button", tabindex: -1, aria: { label: "Go full screen" }, title: "Go full screen", data: { container: "body" } }
|
||||
%button.toolbar-btn.js-zen-enter.has-tooltip{ type: "button", tabindex: -1, aria: { label: "Go full screen" }, title: "Go full screen", data: { container: "body" } }
|
||||
= icon("arrows-alt fw")
|
||||
|
||||
.md-write-holder
|
||||
|
|
4
changelogs/unreleased/small-screen-fullscreen-button.yml
Normal file
4
changelogs/unreleased/small-screen-fullscreen-button.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Display fullscreen button on small screens
|
||||
merge_request: 5302
|
||||
author: winniehell
|
Loading…
Reference in a new issue