From a4fb9e46fc2eb2583a083053f4171b1ba4b98fde Mon Sep 17 00:00:00 2001 From: Visman Date: Mon, 23 Apr 2018 23:06:19 +0700 Subject: [PATCH] 2018-04-23 --- public/style/ForkBB/style.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/public/style/ForkBB/style.css b/public/style/ForkBB/style.css index e139e4fc..f3169d86 100644 --- a/public/style/ForkBB/style.css +++ b/public/style/ForkBB/style.css @@ -1666,7 +1666,7 @@ select { /*********************/ .f-fs-category { display: flex; - align-items: flex-end; + align-items: stretch; min-width: 0; } @@ -1680,6 +1680,7 @@ select { .f-field-category { flex-direction: column; + justify-content: space-between; } .f-field-category > dt { @@ -1717,7 +1718,7 @@ select { /*********************/ .f-fs-forum { display: flex; - align-items: flex-end; + align-items: stretch; min-width: 0; } @@ -1731,6 +1732,7 @@ select { .f-field-forum { flex-direction: column; + justify-content: space-between; } .f-field-forum > dt { @@ -1792,7 +1794,7 @@ select { .f-fs-permission { display: flex; flex-wrap: wrap; - align-items: flex-end; + align-items: stretch; min-width: 0; } @@ -1810,6 +1812,7 @@ select { position: relative; display: flex; flex-direction: column; + justify-content: space-between; } .f-fs-permission .f-field-cando > dt, @@ -1867,7 +1870,7 @@ select { .f-fs-censor { display: flex; flex-wrap: wrap; - align-items: flex-end; + align-items: stretch; min-width: 0; } @@ -1879,6 +1882,7 @@ select { width: 50%; display: flex; flex-direction: column; + justify-content: space-between; } .f-fs-censor .f-field-censor > dt {