mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-07-30 06:28:31 +00:00
Fix the height of the FFZ Control Center title bar.
This commit is contained in:
parent
3607159929
commit
541bf1bc84
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
<template lang="html">
|
||||
<div class="ffz-main-menu elevation-3 c-background-alt border flex flex--nowrap flex-column" :class="{ maximized }">
|
||||
<header class="c-background pd-1 pd-l-2 full-width align-items-center flex flex-nowrap" @dblclick="resize">
|
||||
<header class="c-background full-width align-items-center flex flex-nowrap" @dblclick="resize">
|
||||
<h3 class="ffz-i-zreknarf ffz-i-pd-1">FrankerFaceZ</h3>
|
||||
<div class="flex-grow-1 pd-x-2">
|
||||
<!--div class="tw-search-input">
|
||||
|
|
|
@ -270,7 +270,7 @@ export default class MainMenu extends Module {
|
|||
parent: token
|
||||
});
|
||||
|
||||
if ( def.default && ! tok.default ) {
|
||||
if ( has(def, 'default') && ! has(tok, 'default') ) {
|
||||
const def_type = typeof def.default;
|
||||
if ( def_type === 'object' ) {
|
||||
// TODO: Better way to deep copy this object.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue