Set new width constraints for the event detail popup.

This commit is contained in:
Daru13 2018-11-24 03:23:14 +01:00
parent 362c7400eb
commit 7217bd1862

View file

@ -190,8 +190,8 @@
#cal-container .cal-event-details { #cal-container .cal-event-details {
position: absolute; position: absolute;
min-height: 100px; min-height: 100px;
min-width: 25%; /* min-width: 40%; */
max-width: 60%; max-width: 80%;
padding: 20px; padding: 20px;
background-color: #333; background-color: #333;
color: #FFF; color: #FFF;