]> BookStack Code Mirror - bookstack/commitdiff
Updated icons with height
authorDan Brown <redacted>
Sun, 25 Mar 2018 14:52:48 +0000 (15:52 +0100)
committerDan Brown <redacted>
Sun, 25 Mar 2018 14:52:48 +0000 (15:52 +0100)
Fixes issues within IE

resources/assets/sass/_buttons.scss
resources/assets/sass/_components.scss
resources/assets/sass/_text.scss
resources/assets/sass/styles.scss
resources/views/public.blade.php
resources/views/users/edit.blade.php

index 41a6e02c86189b059cdb405b9c08d029ac832dec..2c20c3f41a50eba38ef7b4a957cde2d6140d4f7d 100644 (file)
@@ -158,6 +158,7 @@ $button-border-radius: 2px;
     left: $-m;
     top: $-s - 2px;
     width: 24px;
+    height: 24px;
   }
   padding: $-s $-m;
   padding-bottom: $-s - 2px;
index 430b93757fbe5f60dc97b75f0de5e1bf512cc204..84eebc89bc91036143be70d53f39dc1e832615c6 100644 (file)
@@ -23,6 +23,7 @@
   svg {
     fill: #EEEEEE;
     width: 4em;
+    height: 4em;
     padding-right: $-m;
   }
   span {
index 3504154c2e70bddd6eecf2aff051bf7a84ef2006..d894a00e739d84cd5273bd5c00db1b1f4eaac97e 100644 (file)
@@ -424,6 +424,7 @@ i {
 
 .svg-icon {
   width: 1em;
+  height: 1em;
   display: inline-block;
   position: relative;
   bottom: -0.105em;
index 9f028f6ef715c7505bef115bc1d0515ae89461c3..c7d288ad387f3ced379a5b7e7596a51fbee8c027 100644 (file)
@@ -118,6 +118,7 @@ $btt-size: 40px;
   fill: #FFF;
   svg {
     width: $btt-size / 1.5;
+    height: $btt-size / 1.5;
     margin-right: 4px;
   }
   width: $btt-size;
index c38c76f188baa727595d374822eb86c871c06a97..f6135cd1bce897cff531da4ffdeb339add2e6ea6 100644 (file)
@@ -14,7 +14,6 @@
     <link rel="stylesheet" media="print" href="{{ versioned_asset('dist/print-styles.css') }}">
 
     <!-- Scripts -->
-    <script src="{{ baseUrl("/libs/jquery/jquery.min.js?version=2.1.4") }}"></script>
     @include('partials/custom-styles')
 
     <!-- Custom user content -->
index 82e7dabfd7a2b29f43ab239403cbc452161226ea..b6f8f7345fb995a0ebc04823d58a83038d2bb762 100644 (file)
@@ -65,7 +65,7 @@
                         <div class="row">
                             @foreach($activeSocialDrivers as $driver => $enabled)
                                 <div class="col-sm-4 col-xs-6 text-center">
-                                    <div>@icon('auth/'. $driver, ['style' => 'width: 56px;'])</div>
+                                    <div>@icon('auth/'. $driver, ['style' => 'width: 56px;height: 56px;'])</div>
                                     <div>
                                         @if($user->hasSocialAccount($driver))
                                             <a href="{{ baseUrl("/login/service/{$driver}/detach") }}" class="button neg">{{ trans('settings.users_social_disconnect') }}</a>