diff options
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 3548e237f..f233e9a76 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1672,9 +1672,10 @@ dl.bb-dl > dd > li { } .sub-menu { + width: 100%; margin-top: 10px; padding-left: 15px; - border-left: 3px solid #eee; + border-left: 0.2rem solid #eee; } .app-icon { |