align copy-message-button flex-end (#517)

This commit is contained in:
Takaho 2024-08-21 13:56:16 +09:00 committed by GitHub
parent 7e499073af
commit d8acc2441d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;