style changes
This commit is contained in:
parent
1354db6724
commit
61f55580e8
3 changed files with 7 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
}
|
||||
|
||||
#app.twopanel {
|
||||
--chromeHeight1: 42px;
|
||||
--chromeHeight1: 46px;
|
||||
--chromeHeight2: 76px;
|
||||
--chromeHeight : calc(var(--chromeHeight1) + var(--chromeHeight2));
|
||||
|
||||
|
|
|
@ -891,6 +891,9 @@ input[type=range].web-slider::-webkit-slider-runnable-track {
|
|||
|
||||
.app-chrome .app-chrome--center {
|
||||
//width: 40%;
|
||||
.app-title-text {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
}
|
||||
|
||||
.app-chrome .app-chrome--right {
|
||||
|
|
|
@ -119,6 +119,9 @@
|
|||
</template>
|
||||
|
||||
</div>
|
||||
<div class="app-title-text" v-if="false">
|
||||
Cider
|
||||
</div>
|
||||
</div>
|
||||
<div class="app-chrome--right">
|
||||
<template v-if="getThemeDirective('windowLayout') != 'twopanel'">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue