mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-13 00:24:42 +08:00
CSS fix for file dropdown [SCI-6990] (#4261)
This commit is contained in:
parent
ca87d93cb3
commit
6b8ea376bc
1 changed files with 8 additions and 0 deletions
|
@ -72,6 +72,14 @@
|
|||
grid-template-columns: repeat(auto-fill, minmax(var(--attachment-column-width), 1fr));
|
||||
margin: 1em 0;
|
||||
|
||||
.asset-context-menu {
|
||||
.marvinjs-edit-button img {
|
||||
margin-left: -.6em;
|
||||
margin-right: 0;
|
||||
width: 2em;
|
||||
}
|
||||
}
|
||||
|
||||
&[data-preview="true"] {
|
||||
.asset-context-menu {
|
||||
display: none;
|
||||
|
|
Loading…
Add table
Reference in a new issue