diff options
| author | Al <gabriel.cortesi@outlook.com> | 2019-07-10 20:52:43 +0200 |
|---|---|---|
| committer | Al <gabriel.cortesi@outlook.com> | 2019-07-10 20:52:43 +0200 |
| commit | a833bc5a3ebe4f3f2faed01a8580956d61428462 (patch) | |
| tree | 8352fc13b0fc0c340df1eaa7ac63852c39d8fc61 /src | |
| parent | e73c309f08eff98f0dbd2590f594a83b67431eac (diff) | |
Improved Nexus description css to be easier on the eyes and handle images better.
Diffstat (limited to 'src')
| -rw-r--r-- | src/modinfodialognexus.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/modinfodialognexus.cpp b/src/modinfodialognexus.cpp index 04683c89..5e88206c 100644 --- a/src/modinfodialognexus.cpp +++ b/src/modinfodialognexus.cpp @@ -210,6 +210,14 @@ void NexusTab::onModChanged() max-width: 1060px; margin-left: auto; margin-right: auto; + padding-right: 7px; + padding-left: 7px; + padding-top: 20px; + padding-bottom: 20px; + } + + img { + max-width: 100%; } a |
