mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-18 07:52:56 +01:00
improve iOS layout a bit
This commit is contained in:
parent
6ad9d9c226
commit
f53c4300fd
1 changed files with 10 additions and 0 deletions
|
@ -7,6 +7,16 @@
|
|||
|
||||
.leftBlock {
|
||||
width: 8em ! important;
|
||||
font-size: 8px ! important;
|
||||
}
|
||||
|
||||
.rightBlock {
|
||||
width: 0px ! important;
|
||||
display: none ! important;
|
||||
}
|
||||
|
||||
.avatar {
|
||||
width: 36px ! important;
|
||||
}
|
||||
|
||||
#header,
|
||||
|
|
Loading…
Reference in a new issue