mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 21:38:13 +00:00
poprawki responsywności
This commit is contained in:
@@ -141,7 +141,7 @@ export default defineComponent({
|
||||
display: grid;
|
||||
grid-template-rows: 1fr auto;
|
||||
gap: 1em;
|
||||
max-height: 95vh;
|
||||
|
||||
font-size: 1.1em;
|
||||
|
||||
& > div {
|
||||
@@ -172,8 +172,12 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
.modal_actions {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(13em, 1fr));
|
||||
gap: 0.5em;
|
||||
|
||||
form button {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user