跳转到内容

模板:首页/styles.css:修订间差异

无编辑摘要
无编辑摘要
第28行: 第28行:
     display: flex;
     display: flex;
     align-items: center;
     align-items: center;
     gap: 1em;
     gap: 0.4em;
     padding: 0.6em 0.6em;
     padding: 0.4em 0.6em;
     width: 100%;
     width: 100%;
     height: 100%;
     height: 100%;
     color: var(--color-link);
     color: var(--color-link);
     text-decoration: none;
     text-decoration: none;
     white-space: nowrap; /* emoji + 文字永不换行 */
     white-space: nowrap;
     min-width: 0;
     min-width: 0; /* ←←← 关键中的关键 */
}
}