mirror of
https://github.com/mue/mue.git
synced 2026-07-22 16:27:32 +02:00
@@ -113,6 +113,9 @@ table {
|
||||
}
|
||||
}
|
||||
|
||||
.flexGrow {
|
||||
flex-grow: 1;
|
||||
}
|
||||
.messageMap {
|
||||
display: flex;
|
||||
flex-flow: row;
|
||||
@@ -139,6 +142,12 @@ table {
|
||||
.messageText {
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
flex-grow: 3;
|
||||
textarea {
|
||||
@include themed() {
|
||||
color: t($color);
|
||||
}
|
||||
}
|
||||
}
|
||||
.messageAction {
|
||||
float: right;
|
||||
|
||||
Reference in New Issue
Block a user