mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-06-24 12:01:11 +02:00
Merge branch 'dev'
This commit is contained in:
@@ -172,10 +172,11 @@
|
||||
|
||||
/* Scrollable contacts lists */
|
||||
#pendingList {
|
||||
max-height: 200px;
|
||||
height: calc(100vh - 280px);
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
min-height: 300px;
|
||||
}
|
||||
|
||||
#existingList {
|
||||
@@ -331,6 +332,10 @@
|
||||
height: calc(100vh - 300px);
|
||||
}
|
||||
|
||||
#pendingList {
|
||||
height: calc(100vh - 320px);
|
||||
}
|
||||
|
||||
.contacts-list-fullscreen {
|
||||
height: calc(100vh - 300px);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user