Fix page EP layout

This commit is contained in:
2026-09-07 21:51:15 +03:00
parent ddc323a305
commit 574825e42d
3 changed files with 43 additions and 1 deletions
+5
View File
@@ -1,4 +1,9 @@
/* The official roundcube/roundcubemail Docker image ships Elastic pre-minified
as styles.min.css (no plain styles.css); source/dev installs may have only
the unminified file. A missing @import just yields an empty sheet, so
importing both here is a harmless way to support either layout. */
@import url("../../elastic/styles/styles.css");
@import url("../../elastic/styles/styles.min.css");
:root {
--ink: #11212b;