Fix some mobile view css issues

This commit is contained in:
djmaze 2020-09-12 13:57:09 +02:00
parent ce652d96b7
commit 99bd895090
25 changed files with 70 additions and 70 deletions

View file

@ -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;
}