Fixed debugging code and decreased channel tree font size

master
WolverinDEV 2021-01-07 13:02:24 +01:00
parent 360b02a0c7
commit 039c87454b
4 changed files with 6 additions and 1 deletions

View File

@ -60,6 +60,8 @@ html:root {
.channelName {
line-height: 1.2em;
font-size: .9em;
align-self: center;
color: var(--channel-tree-entry-color);

View File

@ -24,6 +24,8 @@ html:root {
.clientName {
line-height: 1.2em;
font-size: .9em;
min-width: 2em;
flex-grow: 0;

View File

@ -329,7 +329,6 @@ export class RDPChannelTree {
this.selection = new RDPTreeSelection(this);
this.documentDragStopListener = () => {
return; /* FIXME: Remove! */
if(this.dragOverChannelEntry) {
this.dragOverChannelEntry.setDragHint("none");
this.dragOverChannelEntry = undefined;

View File

@ -26,6 +26,8 @@
color: var(--channel-tree-entry-color);
min-width: 0;
font-size: .9em;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;