1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-11-22 17:12:30 +01:00

Reduces file right-click menu size

This commit is contained in:
Dane Everitt 2016-10-06 19:44:01 -04:00
parent eca4e61a4d
commit c36f7f85f1
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53

View File

@ -246,3 +246,11 @@ li.btn.btn-default.pill:active,li.btn.btn-default.pill:focus,li.btn.btn-default.
background-color: #dff0d8;
}
}
#fileOptionMenu li a {
padding: 7px 10px !important;
}
#fileOptionMenu li.divider {
margin: 4.5px 0 !important;
}