mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Option to always upload similar posts instead of confirming every time
This commit is contained in:
@ -13,8 +13,10 @@ $cancel-button-color = tomato
|
||||
|
||||
&.inactive input[type=submit],
|
||||
&.inactive .skip-duplicates
|
||||
&.inactive .always-upload-similar
|
||||
&.uploading input[type=submit],
|
||||
&.uploading .skip-duplicates,
|
||||
&.uploading .always-upload-similar
|
||||
&:not(.uploading) .cancel
|
||||
display: none
|
||||
|
||||
@ -39,6 +41,9 @@ $cancel-button-color = tomato
|
||||
.skip-duplicates
|
||||
margin-left: 1em
|
||||
|
||||
.always-upload-similar
|
||||
margin-left: 1em
|
||||
|
||||
form>.messages
|
||||
margin-top: 1em
|
||||
|
||||
|
Reference in New Issue
Block a user