mirror of
https://github.com/prncc/obsidian-repeat-plugin.git
synced 2026-07-22 06:50:25 +00:00
22 lines
303 B
CSS
22 lines
303 B
CSS
.repeat-message {
|
|
text-align: center;
|
|
}
|
|
|
|
.repeat-buttons {
|
|
text-align: center;
|
|
}
|
|
|
|
.repeat-buttons > button {
|
|
margin-top: 15px;
|
|
}
|
|
|
|
/* Make buttons legible on mobile. */
|
|
@media (max-width: 450px) {
|
|
.repeat-buttons > button {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
.repeat-embedded_note {
|
|
padding: 15px 30px;
|
|
}
|