mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-18 08:11:41 +01:00
Add basic styling to code block
This commit is contained in:
parent
e02163b0ff
commit
92e82a76c7
@ -210,6 +210,12 @@ only loads when the top comes into view*/
|
||||
align-self: start;
|
||||
}
|
||||
|
||||
.Timeline_messageBody pre {
|
||||
background-color: #f7f7f7;
|
||||
border: 1px solid rgb(229, 229, 229);
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.Timeline_message.unsent .Timeline_messageBody {
|
||||
color: #ccc;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user