tutu/src/timelines/toots/TootPollDialog.css

12 lines
298 B
CSS
Raw Normal View History

2024-11-23 20:55:37 +08:00
.TootPollDialog {
>.bottom-dock>.actions {
border-top: 1px solid #ddd;
background: var(--tutu-color-surface);
padding:
8px 16px calc(8px + var(--safe-area-inset-bottom, 0px));
width: 100%;
display: flex;
flex-flow: row wrap;
justify-content: space-between;
}
}