mirror of
https://github.com/oilandrust/obsidian-gdocs.git
synced 2026-07-22 07:32:32 +00:00
Opens .gdoc, .gsheet, and other Workspace shortcut files in Obsidian's Web Viewer by parsing JSON metadata (url, resource_id, or doc_id). Co-authored-by: Cursor <cursoragent@cursor.com>
27 lines
383 B
CSS
27 lines
383 B
CSS
.gdocs-error {
|
|
padding: 1.5rem;
|
|
max-width: 36rem;
|
|
}
|
|
|
|
.gdocs-error-title {
|
|
font-weight: 600;
|
|
margin-bottom: 0.5rem;
|
|
}
|
|
|
|
.gdocs-error-detail {
|
|
color: var(--text-muted);
|
|
margin-bottom: 1rem;
|
|
word-break: break-word;
|
|
}
|
|
|
|
.gdocs-error-url {
|
|
font-size: 0.85em;
|
|
word-break: break-all;
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
.gdocs-mobile-actions {
|
|
display: flex;
|
|
gap: 0.5rem;
|
|
flex-wrap: wrap;
|
|
}
|