This commit is contained in:
Oscar Plaisant
2024-03-28 23:40:47 +01:00
parent 32037ae8e7
commit e5ada772ca
3475 changed files with 1433 additions and 69 deletions

View File

@@ -1,28 +0,0 @@
/*
This CSS file will be included with your plugin, and
available in the app when your plugin is enabled.
If your plugin does not need CSS, delete this file.
*/
.__asciimath_settings_custom-symbols {
width: 300px;
height: 100px;
font-family: var(--font-monospace), 'Courier New', Courier, monospace;
}
.__asciimath-symbol-search-result {
display: flex;
justify-content: space-between;
}
.__asciimath-symbol-search-preview {
font-size: 1.5rem;
display: flex;
align-items: center;
}
.__asciimath-symbol-search-placeholder {
opacity: 0.5;
}