Add attachment popup, hide attachments if more than 4

This commit is contained in:
Maksim Eltyshev
2020-04-29 23:55:16 +05:00
parent c2a16459df
commit febc614ce8
8 changed files with 134 additions and 27 deletions
@@ -0,0 +1,20 @@
.divider {
background-color: #eee;
border: 0;
height: 1px;
margin-bottom: 8px;
}
.menu {
margin: -7px -12px -5px !important;
width: calc(100% + 24px) !important;
}
.menuItem {
margin: 0 !important;
padding-left: 14px !important;
}
.tip {
opacity: 0.5;
}