mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Added min-height for attachments
This commit is contained in:
parent
705000b46a
commit
6752f1cfef
1 changed files with 8 additions and 9 deletions
|
|
@ -1,19 +1,18 @@
|
||||||
.attachmentItem {
|
.attachmentItem {
|
||||||
|
|
||||||
position: relative;
|
background-color: rgba(128, 128, 128, 0.1);
|
||||||
|
border: 0;
|
||||||
|
border-radius: 3px;
|
||||||
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 1px 5px rgba(0, 0, 0, 0.1);
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
list-style: none;
|
||||||
|
line-height: 24px;
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
|
min-height: 50px;
|
||||||
max-width: 200px;
|
max-width: 200px;
|
||||||
min-width: 60px;
|
min-width: 60px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
list-style: none;
|
position: relative;
|
||||||
line-height: 24px;
|
|
||||||
border: 0;
|
|
||||||
background-color: rgba(128, 128, 128, 0.1);
|
|
||||||
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 1px 5px rgba(0, 0, 0, 0.1);
|
|
||||||
|
|
||||||
border-radius: 3px;
|
|
||||||
|
|
||||||
&.waiting {
|
&.waiting {
|
||||||
opacity: 0.6;
|
opacity: 0.6;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue