mirror of
https://github.com/redmine/redmine.git
synced 2025-12-16 05:20:28 +01:00
Increase top padding of div#content to improve visual spacing and readability (#43563).
Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@24209 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -198,7 +198,7 @@ pre, code {font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace;}
|
||||
background-color: var(--oc-gray-2);
|
||||
}
|
||||
|
||||
#content { flex-grow: 1; background-color: var(--oc-white); margin: 0px; padding: 10px 16px 10px 16px; overflow-x: auto;}
|
||||
#content { flex-grow: 1; background-color: var(--oc-white); margin: 0px; padding: 18px 16px 10px 16px; overflow-x: auto;}
|
||||
|
||||
#main.nosidebar #sidebar { display: none; }
|
||||
#main.collapsedsidebar #sidebar { width: 0; padding-right: 0 }
|
||||
|
||||
Reference in New Issue
Block a user