mirror of
https://github.com/logancyang/obsidian-copilot.git
synced 2026-07-22 07:50:24 +00:00
align copy-message-button flex-end (#517)
This commit is contained in:
parent
7e499073af
commit
d8acc2441d
1 changed files with 1 additions and 0 deletions
|
|
@ -255,6 +255,7 @@ If your plugin does not need CSS, delete this file.
|
|||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
align-self: flex-end;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 4px;
|
||||
cursor: pointer;
|
||||
|
|
|
|||
Loading…
Reference in a new issue