AUTO LOGOUT EXTENDED

自動ログアウト除外ユーザ設定を追加
This commit is contained in:
2021-07-02 18:54:27 +09:00
parent 6d4b4c813d
commit adc35d3e8a
8 changed files with 91 additions and 4 deletions
+14
View File
@@ -31,4 +31,18 @@
.logout-redirect-url::placeholder {
color: #999;
}
#logout-exclude-users {
margin-top: .5em;
}
.logout-exclude-user {
margin: .5em 0;
}
@media only screen and (max-width: 964px) {
.logout-redirect-url {
width: 100%;
}
}