Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
JOTAKI, Taisuke committed Jan 24, 2020
1 parent 585da58 commit 642a816
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 3 additions & 1 deletion css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions includes/class-output-the-2nd-toolbar.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,15 @@ public function get_height_option_value() {
$t2t_options = get_option( self::OPTION_NAME );
$t2t_height_value = $t2t_options['t2t_setting_name_height'];

var_dump($t2t_height_value);
// var_dump($t2t_height_value);

return $t2t_height_value;
}

public function get_height_css_class_name() {
$t2t_height_value = $this->get_height_option_value();

var_dump($t2t_height_value);
// var_dump($t2t_height_value);

if ( 32 === $t2t_height_value ) {
$height_css_class_name = 'height_32px';
Expand Down
4 changes: 3 additions & 1 deletion sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,7 @@

html,
html.wp-toolbar {
padding-top: 80px;
padding-top: 64px;
/*padding-top: 80px;*/
/*padding-top: 96px;*/
}

0 comments on commit 642a816

Please sign in to comment.