feat: Add username to main lock screen (#3597)

* Add username to lock screen
This commit is contained in:
Tom Baker
2023-07-17 17:18:52 +01:00
committed by GitHub
parent 3ea2914e16
commit a791fbfff6
3 changed files with 11 additions and 1 deletions

View File

@@ -238,7 +238,7 @@ tbody {
/* Styles for the lock index */
.lock-grid{
display: grid;
grid-template-columns: auto auto auto auto auto;
grid-template-columns: auto auto auto auto auto auto;
border: 1px solid #dbeaf4;
width: 100%;
font-size: 12px;
@@ -282,6 +282,10 @@ tbody {
word-break: break-all;
}
.lock-username {
word-break: break-all;
}
.lock-path {
padding: .2rem .5rem;
margin: 0 .2rem;