Skip to content

Commit

Permalink
Update to v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kid1194 committed Feb 18, 2023
1 parent adf9b51 commit a2484ee
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion active_users/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# Licence: Please refer to LICENSE file


__version__ = "1.0.6"
__version__ = "1.0.7"
20 changes: 19 additions & 1 deletion active_users/public/css/active_users.bundle.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,27 @@ html[dir="rtl"] .active-users-list {
}
.active-users-list-header,
.active-users-list-footer {
background: #dddddd;
background: #ddd;
}
[data-theme="dark"] .active-users-list-header,
[data-theme="dark"] .active-users-list-footer {
background: #222;
}
.active-users-list-header,
.active-users-footer-text {
font-weight: 300;
line-height: 1.2;
color: #000;
}
.active-users-list-header {
padding: 10px 25px;
height: 40px;
font-size: .9rem;
}
[data-theme="dark"] .active-users-list-header,
[data-theme="dark"] .active-users-footer-text {
color: #fff;
}
html[dir="rtl"] .active-users-list-header,
html[dir="rtl"] .active-users-footer-text {
text-align: right;
Expand Down Expand Up @@ -60,6 +69,9 @@ html[dir="rtl"] .active-users-footer-reload {
text-decoration: none;
color: #000;
}
[data-theme="dark"] .active-users-footer-reload:hover {
color: #fff;
}
.active-users-list-body {
max-height: 260px;
overflow-y: auto;
Expand Down Expand Up @@ -87,6 +99,9 @@ html[dir="rtl"] .active-users-footer-reload {
transform: translateZ(0);
animation-delay: -0.16s;
}
[data-theme="dark"] .active-users-list-loading-box {
color: #fff;
}
.active-users-list-loading-box:before,
.active-users-list-loading-box:after {
content: '';
Expand Down Expand Up @@ -149,6 +164,9 @@ html[dir="rtl"] .active-users-footer-reload {
padding: 5px 10px;
border-bottom: 1px solid #f6f6f6;
}
[data-theme="dark"] .active-users-list-item {
border-bottom: 1px solid #262626;
}
.active-users-list-item:last-child {
border-bottom: 0;
}
Expand Down

0 comments on commit a2484ee

Please sign in to comment.