style changes

This commit is contained in:
booploops 2022-03-31 16:02:30 -07:00
parent 1354db6724
commit 61f55580e8
3 changed files with 7 additions and 1 deletions

View file

@ -3,7 +3,7 @@
} }
#app.twopanel { #app.twopanel {
--chromeHeight1: 42px; --chromeHeight1: 46px;
--chromeHeight2: 76px; --chromeHeight2: 76px;
--chromeHeight : calc(var(--chromeHeight1) + var(--chromeHeight2)); --chromeHeight : calc(var(--chromeHeight1) + var(--chromeHeight2));

View file

@ -891,6 +891,9 @@ input[type=range].web-slider::-webkit-slider-runnable-track {
.app-chrome .app-chrome--center { .app-chrome .app-chrome--center {
//width: 40%; //width: 40%;
.app-title-text {
font-size: 0.8em;
}
} }
.app-chrome .app-chrome--right { .app-chrome .app-chrome--right {

View file

@ -119,6 +119,9 @@
</template> </template>
</div> </div>
<div class="app-title-text" v-if="false">
Cider
</div>
</div> </div>
<div class="app-chrome--right"> <div class="app-chrome--right">
<template v-if="getThemeDirective('windowLayout') != 'twopanel'"> <template v-if="getThemeDirective('windowLayout') != 'twopanel'">