mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-06 04:07:11 +02:00
feat(history): show user account history on manage page
This commit is contained in:
@@ -31,4 +31,17 @@
|
||||
display: table-row !important;
|
||||
float: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
.user-remarks {
|
||||
textarea {
|
||||
min-height: 150px;
|
||||
line-height: 0.8;
|
||||
resize: vertical;
|
||||
}
|
||||
}
|
||||
.user-history {
|
||||
height: 150px;
|
||||
line-height: 0.8;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
Reference in New Issue
Block a user