mirror of
https://github.com/zsviczian/obsidian-excalidraw-plugin.git
synced 2025-08-06 05:46:28 +00:00
132 lines
2.1 KiB
CSS
132 lines
2.1 KiB
CSS
.App {
|
|
font-family: sans-serif;
|
|
text-align: center;
|
|
}
|
|
|
|
.excalidraw-wrapper {
|
|
height: 100%;
|
|
margin: 0px;
|
|
background-color: white;
|
|
}
|
|
|
|
.context-menu-option__shortcut {
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
.block-language-excalidraw {
|
|
text-align:center;
|
|
}
|
|
|
|
.excalidraw .github-corner {
|
|
display: none;
|
|
}
|
|
|
|
img.excalidraw-svg-right-wrap {
|
|
float: right;
|
|
margin: 0px 0px 20px 20px;
|
|
}
|
|
|
|
img.excalidraw-svg-left-wrap {
|
|
float: left;
|
|
margin: 0px 35px 20px 0px;
|
|
}
|
|
|
|
img.excalidraw-svg-right {
|
|
float: right;
|
|
}
|
|
|
|
img.excalidraw-svg-left {
|
|
float: left;
|
|
}
|
|
|
|
div.excalidraw-svg-right,
|
|
div.excalidraw-svg-left {
|
|
display: table;
|
|
width: 100%;
|
|
}
|
|
|
|
button.ToolIcon_type_button[title="Export"] {
|
|
display:none;
|
|
}
|
|
|
|
.excalidraw-prompt-div {
|
|
display: flex;
|
|
max-width: 800px;
|
|
}
|
|
|
|
.excalidraw-prompt-form {
|
|
display: flex;
|
|
flex-grow: 1;
|
|
}
|
|
|
|
.excalidraw-prompt-input {
|
|
flex-grow: 1;
|
|
}
|
|
|
|
li[data-testid] {
|
|
border: 0 !important;
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
width: 100% !important;
|
|
}
|
|
|
|
.excalidraw .context-menu-option-separator {
|
|
margin: 4px !important;
|
|
}
|
|
|
|
.excalidraw .popover {
|
|
padding: 0 !important;
|
|
border-color: transparent !important;
|
|
border: 0 !important;
|
|
box-shadow: 0 !important;
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
.disable-zen-mode--visible {
|
|
color: var(--text-primary-color);
|
|
}
|
|
|
|
.disable-zen-mode {
|
|
width: 9em !important;
|
|
}
|
|
|
|
.ex-coffee-div {
|
|
text-align: center;
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
.excalidraw-scriptengine-install td>img {
|
|
width: 100%;
|
|
max-width:800px;
|
|
}
|
|
|
|
.excalidraw-scriptengine-install img.coffee {
|
|
width: 130px;
|
|
}
|
|
|
|
.excalidraw-scriptengine-install tr {
|
|
vertical-align: top;
|
|
}
|
|
|
|
.excalidraw-scriptengine-install table {
|
|
max-width: 130ch;
|
|
}
|
|
|
|
.excalidraw-scriptengine-install td.label {
|
|
width: 11ch;
|
|
font-weight: bold;
|
|
padding-right: 5px;
|
|
}
|
|
|
|
.excalidraw-scriptengine-install td.data {
|
|
width: 100%;
|
|
}
|
|
|
|
.modal-content.excalidraw-scriptengine-install {
|
|
max-width: 130ch;
|
|
}
|
|
|
|
.excalidraw-scriptengine-install .modal {
|
|
max-height:90%;
|
|
} |