mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-14 21:23:50 +01:00
improve leftBlock css
This commit is contained in:
parent
8d5ceccfc7
commit
8f7fbc1bb0
1 changed files with 6 additions and 1 deletions
|
@ -153,7 +153,8 @@ h1 {
|
|||
}
|
||||
|
||||
.leftBlock {
|
||||
width: 10em;
|
||||
width: 14em;
|
||||
word-wrap: break-word;
|
||||
vertical-align: top;
|
||||
background-color: #fff;
|
||||
color: #888;
|
||||
|
@ -209,6 +210,10 @@ h1 {
|
|||
height: auto;
|
||||
}
|
||||
|
||||
.text {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.bubble {
|
||||
background-color: #eee;
|
||||
border: 1px solid #d8d8d8;
|
||||
|
|
Loading…
Reference in a new issue