Skip to content

Commit c36f7f8

Browse files
committed
Reduces file right-click menu size
1 parent eca4e61 commit c36f7f8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

public/themes/default/css/pterodactyl.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,3 +246,11 @@ li.btn.btn-default.pill:active,li.btn.btn-default.pill:focus,li.btn.btn-default.
246246
background-color: #dff0d8;
247247
}
248248
}
249+
250+
#fileOptionMenu li a {
251+
padding: 7px 10px !important;
252+
}
253+
254+
#fileOptionMenu li.divider {
255+
margin: 4.5px 0 !important;
256+
}

0 commit comments

Comments
 (0)