mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 13:09:21 +03:00
Fix some mobile view css issues
This commit is contained in:
parent
ce652d96b7
commit
99bd895090
25 changed files with 70 additions and 70 deletions
|
|
@ -127,8 +127,8 @@
|
|||
}
|
||||
|
||||
pre, code {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background: #fff;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
|
|
@ -151,7 +151,7 @@
|
|||
}
|
||||
|
||||
pre > code {
|
||||
padding: 0px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue