mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
🐛 Remove overlap on mobile between buttons (#2233)
* remove overlap on mobile between buttons * update breakpoints
This commit is contained in:
@@ -2308,6 +2308,10 @@ export default mixins(
|
||||
color: #444;
|
||||
padding-right: 5px;
|
||||
|
||||
@media (max-width: $--breakpoint-2xs) {
|
||||
bottom: 90px;
|
||||
}
|
||||
|
||||
&.expanded {
|
||||
left: $--sidebar-expanded-width + $--zoom-menu-margin;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user