Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

a better look for snippets #31

Open
singzing opened this issue Nov 23, 2024 · 0 comments
Open

a better look for snippets #31

singzing opened this issue Nov 23, 2024 · 0 comments

Comments

@singzing
Copy link

this plugin is great but can be improved the appearance a little bit. The font size is too small, and delete key is too small and not noticeable, so I have a css a little bit it, and hope you guys will imporve the UI next version.

.fsnip_secondary_menu {
    font-size: 1.2em;
}

.group_file_name {
    font-size: 1.2em !important;
}

.fsn_label {
    font-size: .7em !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 5px !important;
    line-height: 1 !important;
}

.snippet_actions {
    font-size: 1em !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

span:has(.el-icon) {
    display: flex;
    align-items: center;
    justify-content: center;

    .el-icon {
        margin-right: 3px;
    }
}

.fsnip_delete {
    color: red !important;   
}

and last but not least, could you add an option that can Import and Export the snippet codes, in case to backup or so on...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant