mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-10 02:16:06 +01:00
fix (css): css menubar issue
This commit is contained in:
parent
85a86ef352
commit
47e25abdd5
1 changed files with 3 additions and 1 deletions
|
|
@ -26,7 +26,6 @@
|
|||
letter-spacing: 0;
|
||||
border-radius: 5px;
|
||||
line-height: 15px;
|
||||
min-width: 50px;
|
||||
}
|
||||
[is="component_submenu"] .component_submenu .action button img {
|
||||
width: 15px;
|
||||
|
|
@ -45,6 +44,9 @@
|
|||
text-overflow: ellipsis;
|
||||
display: flex;
|
||||
}
|
||||
[is="component_submenu"] .component_submenu .action.left button {
|
||||
min-width: 50px;
|
||||
}
|
||||
.touch-no [is="component_submenu"] .component_submenu .action.right:hover,
|
||||
[is="component_submenu"] .component_submenu .action.right.hover{
|
||||
background: var(--border);
|
||||
|
|
|
|||
Loading…
Reference in a new issue