Adapted: Icon-Layout in Vertical Split

. etwas vergroessert um besser mit der Maus zu greifen
. Icon und Icon-Farbe geaendert
This commit is contained in:
Cris
2023-05-25 12:12:37 +02:00
parent 9124422635
commit b9e9399ca2
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -41,7 +41,7 @@
.splitaction {
display: inline-block;
width: 25px;
width: 42px;
cursor: pointer;
}
@@ -23,13 +23,13 @@ export default {
:class="this.topOrBottomClass" @mousedown="this.dragStart">
<div class="splitactions" :class="this.topOrBottomClass">
<span @click="this.collapseTop" class="splitaction">
<i class="fas fa-angle-up"></i>
<i class="fas fa-angle-up text-muted"></i>
</span>
<span @dblclick="this.showBoth" class="splitaction resize">
<i class="fas fa-grip-horizontal"></i>
<i class="fas fa-grip-lines text-muted"></i>
</span>
<span @click="this.collapseBottom" class="splitaction">
<i class="fas fa-angle-down"></i>
<i class="fas fa-angle-down text-muted"></i>
</span>
</div>
</div>