mirror of
https://github.com/TotalFreedomMC/Website.git
synced 2024-12-22 08:15:14 +00:00
Hopefully the modal-msg is more responsive
This commit is contained in:
parent
59248d5478
commit
f0e5620766
2 changed files with 2 additions and 1 deletions
|
@ -122,5 +122,5 @@ small { font-size: 0.9em; }
|
|||
.admins > ul > a { display: block; border-radius: 0; }
|
||||
.head-icon { width: 20px; height: 20px; margin-right: 0; float: left; border-radius: 50%; }
|
||||
.modal li { display: block; width: 100%; padding: 5px 70px; }
|
||||
.modal-msg { margin: 25px 0; }
|
||||
.modal-msg { margin: 25px 0; padding: 5px; }
|
||||
.modal.modal-fixed-footer .modal-content { padding: 10px; } }
|
||||
|
|
|
@ -333,6 +333,7 @@ small {
|
|||
}
|
||||
.modal-msg {
|
||||
margin: 25px 0;
|
||||
padding: 5px;
|
||||
}
|
||||
.modal.modal-fixed-footer .modal-content {
|
||||
padding: 10px;
|
||||
|
|
Loading…
Reference in a new issue