Encryption module control system & session timer improvements
- Added a real verification system for active encryption modules, giving users full control over enabled modules. - During session purchase or activation, the actual enabled modules are now displayed for both free and paid sessions. - Refactored session timer initialization for proper functionality and accurate countdown. - Optimized code structure related to session management and module verification.
This commit is contained in:
@@ -67,6 +67,22 @@ body {
|
||||
scroll-padding-bottom: 20px;
|
||||
}
|
||||
|
||||
/* Enhanced autoscroll for chat */
|
||||
.chat-messages-area {
|
||||
scroll-behavior: smooth;
|
||||
scroll-padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.chat-messages-area > div:first-child {
|
||||
scroll-behavior: smooth;
|
||||
scroll-padding-bottom: 20px;
|
||||
}
|
||||
|
||||
/* Smooth scrolling for all message containers */
|
||||
[class*="chat"] {
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
|
||||
/* Media Queries (Mobile/Tablet) */
|
||||
@media (max-width: 640px) {
|
||||
.header-minimal { padding: 0 8px; }
|
||||
|
||||
Reference in New Issue
Block a user