mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-25 22:55:56 -05:00
[web-src] Add margin left/right to modal dialogs
This commit is contained in:
parent
55e75dc850
commit
0358094908
@ -150,3 +150,7 @@ section.fd-tabs-section + section.fd-content {
|
|||||||
max-height: calc(100vh - 200px);
|
max-height: calc(100vh - 200px);
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
.fd-modal-card .card {
|
||||||
|
margin-left: 16px;
|
||||||
|
margin-right: 16px;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user