Fixed debugging code and decreased channel tree font size
parent
360b02a0c7
commit
039c87454b
|
@ -60,6 +60,8 @@ html:root {
|
|||
|
||||
.channelName {
|
||||
line-height: 1.2em;
|
||||
font-size: .9em;
|
||||
|
||||
align-self: center;
|
||||
color: var(--channel-tree-entry-color);
|
||||
|
||||
|
|
|
@ -24,6 +24,8 @@ html:root {
|
|||
|
||||
.clientName {
|
||||
line-height: 1.2em;
|
||||
font-size: .9em;
|
||||
|
||||
min-width: 2em;
|
||||
|
||||
flex-grow: 0;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -26,6 +26,8 @@
|
|||
color: var(--channel-tree-entry-color);
|
||||
|
||||
min-width: 0;
|
||||
font-size: .9em;
|
||||
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
|
Loading…
Reference in New Issue