Decreased button size in share dialog
authorMarcel Werk <burntime@woltlab.com>
Thu, 24 Jun 2021 12:50:05 +0000 (14:50 +0200)
committerMarcel Werk <burntime@woltlab.com>
Thu, 24 Jun 2021 12:50:05 +0000 (14:50 +0200)
ts/WoltLabSuite/Core/Ui/Message/Share/Dialog.ts
wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Message/Share/Dialog.js

index f090976e0d676ac8af25d2d9a08c5d5da454bcdf..300d4d018db7928d42cdd13aeed5fb73ee1b907f 100644 (file)
@@ -90,7 +90,7 @@ function getProviderButtons(): string {
 
       return `
       <li>
-        <a href="#" role="button" class="button ${provider.cssClass}" title="${label}" aria-label="${label}">
+        <a href="#" role="button" class="button small ${provider.cssClass}" title="${label}" aria-label="${label}">
           <span class="icon icon24 ${provider.iconClassName}"></span>
           <span>${label}</span>
         </a>
index ecaf9ec696a01fa37658f16fc216c164be900aa8..d7cc200c0b2e358131b17a4a4f7fd31dcff9f6b3 100644 (file)
@@ -71,7 +71,7 @@ define(["require", "exports", "tslib", "../../Dialog", "../../../Dom/Util", "../
             const label = Language.get(provider.label);
             return `
       <li>
-        <a href="#" role="button" class="button ${provider.cssClass}" title="${label}" aria-label="${label}">
+        <a href="#" role="button" class="button small ${provider.cssClass}" title="${label}" aria-label="${label}">
           <span class="icon icon24 ${provider.iconClassName}"></span>
           <span>${label}</span>
         </a>