diff options
| author | Hunternif | 2019-04-13 02:40:54 +0700 |
|---|---|---|
| committer | Hunternif | 2019-04-13 02:40:54 +0700 |
| commit | a2957a28bd6bf5f8457c91970bbe933e9581cdaa (patch) | |
| tree | 8ad6aa2bbed5f335ed2f750d660d56c6dcdf0f6a /client/css/post-upload.styl | |
| parent | 6ae04da0a413039a07f73237313deeea07c69aee (diff) | |
Fix url button width on upload page
Diffstat (limited to 'client/css/post-upload.styl')
| -rw-r--r-- | client/css/post-upload.styl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/css/post-upload.styl b/client/css/post-upload.styl index da0a6d5..57c5509 100644 --- a/client/css/post-upload.styl +++ b/client/css/post-upload.styl @@ -31,12 +31,14 @@ $cancel-button-color = tomato flex: 8 button flex: 1 + min-width: fit-content .tags margin-top: 1em input flex: 8 button flex: 1 + min-width: fit-content input[type=submit] margin-top: 1em |