web-apps/apps/common/mobile/resources/less/material/_contextmenu.less
2017-04-11 14:05:56 +03:00

29 lines
345 B
Plaintext

// Context menu
.document-menu {
width: auto;
line-height: 1 !important;
z-index: 12500;
.popover-inner {
overflow: hidden;
}
.list-block {
white-space: pre;
ul {
height: 48px;
}
li {
display: inline-block;
}
.item-link {
html.phone & {
padding: 0 10px;
}
}
}
}