moved q to archive
It's been fun while it lasted!
This commit is contained in:
parent
b9da8c73c6
commit
59f4829fa9
@ -3,6 +3,7 @@
|
|||||||
.message-react {
|
.message-react {
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 4px 16px;
|
padding: 4px 16px;
|
||||||
|
user-select: text;
|
||||||
|
|
||||||
&.continued {
|
&.continued {
|
||||||
margin-top: -4px;
|
margin-top: -4px;
|
||||||
@ -33,7 +34,6 @@
|
|||||||
flex-flow: column;
|
flex-flow: column;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
margin-left: 16px; /* putting the margin here rather than on the avatar makes selecting better */
|
margin-left: 16px; /* putting the margin here rather than on the avatar makes selecting better */
|
||||||
user-select: text;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
@ -61,6 +61,7 @@
|
|||||||
color: theme.$text-muted;
|
color: theme.$text-muted;
|
||||||
margin-left: 4px;
|
margin-left: 4px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
|
@ -8,14 +8,6 @@ import * as path from 'path';
|
|||||||
|
|
||||||
import * as socketio from 'socket.io-client';
|
import * as socketio from 'socket.io-client';
|
||||||
|
|
||||||
interface WithPotentialErrorParams {
|
|
||||||
taskFunc: (() => Promise<void>),
|
|
||||||
errorIndicatorAddFunc: ((element: Element) => Promise<void>),
|
|
||||||
errorContainer: HTMLElement,
|
|
||||||
errorClasses?: string[],
|
|
||||||
errorMessage: string,
|
|
||||||
}
|
|
||||||
|
|
||||||
export default class Util {
|
export default class Util {
|
||||||
static async exists(path: string): Promise<boolean> {
|
static async exists(path: string): Promise<boolean> {
|
||||||
// Check if a file exists
|
// Check if a file exists
|
||||||
|
Loading…
Reference in New Issue
Block a user