mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +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
|
|
@ -130,8 +130,8 @@
|
|||
overflow: hidden;
|
||||
cursor: pointer;
|
||||
|
||||
margin: 0px;
|
||||
border: 0px solid transparent;
|
||||
margin: 0;
|
||||
border: 0 solid transparent;
|
||||
z-index: 100;
|
||||
border-bottom: 1px solid #ddd;
|
||||
|
||||
|
|
@ -160,7 +160,7 @@
|
|||
}
|
||||
|
||||
&.deleted {
|
||||
max-height: 0px;
|
||||
max-height: 0;
|
||||
border-color: transparent !important;
|
||||
}
|
||||
|
||||
|
|
@ -402,8 +402,8 @@
|
|||
overflow: hidden;
|
||||
cursor: pointer;
|
||||
|
||||
margin: 0px;
|
||||
border: 0px solid transparent;
|
||||
margin: 0;
|
||||
border: 0 solid transparent;
|
||||
z-index: 100;
|
||||
border-bottom: 1px solid #ddd;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue