返回提交历史
Modified
static/webui/style.css
+5
-0
XFEstudio/XFESpaceNinjaServer
fix(webui): add scrollbar to cards if needed (#429)
5c48a914
代码差异
1 个文件
+5
-0
@@ -27,3 +27,8 @@ td.text-end > a > svg {
27
27
margin-left: 0.5em;
28
28
margin-bottom: 4px; /* to centre the icon */
29
29
}
30
31
/* if an item name is super long, ensure it doesn't prevent the user from using actions */
32
.card-body {
33
overflow: auto;
34
}