Merge branch 'ui' into for_webui
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
user-select: text;
|
||||||
&.sent_message {
|
&.sent_message {
|
||||||
align-items: end;
|
align-items: end;
|
||||||
}
|
}
|
||||||
@@ -61,12 +62,12 @@
|
|||||||
|
|
||||||
.message_main {
|
.message_main {
|
||||||
color: var(--dark_basic_text_color);
|
color: var(--dark_basic_text_color);
|
||||||
font-size: 1.4rem;
|
|
||||||
user-select: text;
|
user-select: text;
|
||||||
|
font-size: 1.4rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.message_second {
|
.message_second {
|
||||||
color: var(--dark_450_color);
|
color: var(--dark_450_color);
|
||||||
font-size: 1rem;
|
|
||||||
user-select: text;
|
user-select: text;
|
||||||
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
@@ -8,6 +8,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
|
user-select: none;
|
||||||
&::-webkit-scrollbar {
|
&::-webkit-scrollbar {
|
||||||
width: 0.8rem;
|
width: 0.8rem;
|
||||||
}
|
}
|
||||||
@@ -21,10 +22,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
p, img, button {
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
html, body {
|
html, body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user