Enhance comments section styling: set max-height and enable overflow scrolling
This commit is contained in:
16
.vscode/ftp-kr.sync.cache.json
vendored
16
.vscode/ftp-kr.sync.cache.json
vendored
@@ -65,8 +65,8 @@
|
|||||||
"controls": {
|
"controls": {
|
||||||
"class.BackendSites.php": {
|
"class.BackendSites.php": {
|
||||||
"type": "-",
|
"type": "-",
|
||||||
"size": 2912,
|
"size": 2940,
|
||||||
"lmtime": 1747161357796,
|
"lmtime": 1747510381779,
|
||||||
"modified": false
|
"modified": false
|
||||||
},
|
},
|
||||||
"class.Crm.php": {
|
"class.Crm.php": {
|
||||||
@@ -121,8 +121,8 @@
|
|||||||
"factory": {
|
"factory": {
|
||||||
"class.BackendSites.php": {
|
"class.BackendSites.php": {
|
||||||
"type": "-",
|
"type": "-",
|
||||||
"size": 2816,
|
"size": 2962,
|
||||||
"lmtime": 1747161382015,
|
"lmtime": 1747510397975,
|
||||||
"modified": false
|
"modified": false
|
||||||
},
|
},
|
||||||
"class.Crm.php": {
|
"class.Crm.php": {
|
||||||
@@ -498,14 +498,14 @@
|
|||||||
},
|
},
|
||||||
"topic_edit.php": {
|
"topic_edit.php": {
|
||||||
"type": "-",
|
"type": "-",
|
||||||
"size": 2079,
|
"size": 2290,
|
||||||
"lmtime": 1746373620277,
|
"lmtime": 1747510265311,
|
||||||
"modified": false
|
"modified": false
|
||||||
},
|
},
|
||||||
"topics.php": {
|
"topics.php": {
|
||||||
"type": "-",
|
"type": "-",
|
||||||
"size": 2493,
|
"size": 2806,
|
||||||
"lmtime": 1746376040917,
|
"lmtime": 1747513597952,
|
||||||
"modified": false
|
"modified": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -796,7 +796,8 @@ body>.top {
|
|||||||
|
|
||||||
.comments {
|
.comments {
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
margin-bottom: 10px;
|
max-height: 406px;
|
||||||
|
overflow-y: auto;
|
||||||
|
|
||||||
.new_comment {
|
.new_comment {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
|||||||
Reference in New Issue
Block a user