mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-28 22:28:25 +00:00
feat: Add username to main lock screen (#3597)
* Add username to lock screen
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user