mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-03-22 23:53:08 +00:00
Feature: File Editor (#789)
* feat: Add file management feature * feat: Add auto-save functionality to file editor * fix: Replace HardDriveDownload icon with Save icon for consistency * fix: Prevent recursive copy/move and improve shell injection prevention * refactor: Extract editor settings form into separate component
This commit is contained in:
@@ -944,6 +944,19 @@
|
||||
animation: accordion-up 0.2s ease-out forwards;
|
||||
}
|
||||
|
||||
/* ========================================
|
||||
CODE EDITOR - MOBILE RESPONSIVE STYLES
|
||||
Reduce line number gutter width on mobile
|
||||
======================================== */
|
||||
|
||||
/* On small screens (mobile), reduce line number gutter width to save horizontal space */
|
||||
@media (max-width: 640px) {
|
||||
.cm-lineNumbers .cm-gutterElement {
|
||||
min-width: 1.75rem !important;
|
||||
padding-right: 0.25rem !important;
|
||||
}
|
||||
}
|
||||
|
||||
/* Terminal scrollbar theming */
|
||||
.xterm-viewport::-webkit-scrollbar {
|
||||
width: 8px;
|
||||
|
||||
Reference in New Issue
Block a user