mirror of
https://github.com/ION606/selmer-bot-website.git
synced 2026-05-14 22:16:54 +00:00
Fixed a bug where part of the calendar is visible even if the user does not have premium
This commit is contained in:
+2
-2
@@ -800,7 +800,7 @@
|
||||
</div>
|
||||
|
||||
<h1 id="monthName", style="text-align: center; margin-top: 50px; margin-bottom: 25px;"></h1>
|
||||
<form>
|
||||
<form id="calForm">
|
||||
<table id="spaceId" style="background-color: lightgrey;"
|
||||
cellspacing="15" cellpadding="15" class="mx-auto">
|
||||
|
||||
@@ -825,7 +825,7 @@
|
||||
appear as bold and is center aligned-->
|
||||
|
||||
<thead>
|
||||
<tr id="calForm">
|
||||
<tr>
|
||||
<!-- Here we have applied inline style
|
||||
to make it more attractive-->
|
||||
<th style="color: white; background: purple;">
|
||||
|
||||
Reference in New Issue
Block a user