12 lines
No EOL
298 B
CSS
12 lines
No EOL
298 B
CSS
.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;
|
|
}
|
|
} |