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 {
position: absolute;
min-height: 100px;
min-width: 25%;
max-width: 60%;
/* min-width: 40%; */
max-width: 80%;
padding: 20px;
background-color: #333;
color: #FFF;