Skip to content

Commit 0eebc68

Browse files
authored
Merge pull request #159 from tcelestino/fix-bookmarklet-dark-mode
Ajuste caixa bookmarklet no modo escuro
2 parents 41c3ab0 + 481bbf6 commit 0eebc68

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

orbita.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Plugin Name: Órbita
1212
* Plugin URI: https://gnun.es
1313
* Description: Órbita é o plugin para criar um sistema Hacker News-like para o Manual do Usuário
14-
* Version: 1.15.2.2
14+
* Version: 1.15.3
1515
* Author: Gabriel Nunes
1616
* Author URI: https://gnun.es
1717
* License: GPL v3
@@ -41,7 +41,7 @@
4141
* Define plugin version constant
4242
*/
4343

44-
define( 'ORBITA_VERSION', '1.15.2.2' );
44+
define( 'ORBITA_VERSION', '1.15.3.2' );
4545
define( 'ORBITA_IMAGE_MAX_SIZE', '10' ); // MB
4646

4747
/**
@@ -827,7 +827,7 @@ function orbita_form_shortcode() {
827827
$html .= ' <input type="submit" value="Publicar">';
828828
$html .= ' </form>';
829829
$html .= '</div>';
830-
$html .= '<div class="orbita-bookmarklet ctx-dica">';
830+
$html .= '<div class="orbita-bookmarklet ctx">';
831831
$html .= '<p>Se preferir, pode usar nosso bookmarklet! Arraste o botão abaixo para a sua barra de favoritos e clique nele quando quiser compartilhar um link.</p>';
832832
$html .= ' <p><a onclick="return false" href="javascript:window.location=%22https://manualdousuario.net/orbita/postar?u=%22+encodeURIComponent(document.location)+%22&t=%22+encodeURIComponent(document.title)">Postar no Órbita</a></p>';
833833
$html .= '</div>';

public/main.css

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)