diff options
author | AUTOMATIC <16777216c@gmail.com> | 2023-01-06 12:32:44 +0300 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2023-01-06 12:32:44 +0300 |
commit | c9bded39ee05bd0507ccd27d2b674d86d6c0c8e8 (patch) | |
tree | 1032326910ee63631b05e2235373aabbfe1a7766 /style.css | |
parent | 683287d87f6401083a8d63eedc00ca7410214ca1 (diff) |
sort extensions by date and add an option to sort by other columns
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -555,7 +555,7 @@ img2maskimg, #img2maskimg > .h-60, #img2maskimg > .h-60 > div, #img2maskimg > .h /* Extensions */
-#tab_extensions table{
+#tab_extensions table``{
border-collapse: collapse;
}
@@ -581,6 +581,15 @@ img2maskimg, #img2maskimg > .h-60, #img2maskimg > .h-60 > div, #img2maskimg > .h font-size: 95%;
}
+#available_extensions .info{
+ margin: 0;
+}
+
+#available_extensions .date_added{
+ opacity: 0.85;
+ font-size: 90%;
+}
+
#image_buttons_txt2img button, #image_buttons_img2img button, #image_buttons_extras button{
min-width: auto;
padding-left: 0.5em;
|