/*
 * @Author: iowen
 * @Author URI: https://www.iowen.cn/
 * @Date: 2024-01-03 00:15:11
 * @LastEditors: iowen
 * @LastEditTime: 2024-01-13 11:05:39
 * @FilePath: \onenavsub\assets\css\sub-style.css
 * @Description: 自定义样式. 此文件中的快讯相关样式已被移除。
 */

/* 此处可以添加其他自定义样式 */
/* 修复 iow_big_posts_max-2 卡片底部信息溢出 */
#iow_big_posts_max-2 .ajax-item .card,
#iow_big_posts_max-2 .ajax-item .card .card-body {
  display: flex;
  flex-direction: column;
  min-height: 0;
}
#iow_big_posts_max-2 .ajax-item .card .mt-auto {
  margin-top: auto;
  overflow: hidden;
}
#iow_big_posts_max-2 .ajax-item .card .mt-auto > * { min-width: 0; }

/*首页左侧菜单栏*/
:root{
  --main-aside-basis-width: 140px;
  --main-aside-width: var(--main-aside-basis-width);
}