mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-25 13:44:05 +08:00
Fixed social button icon/text misalignment
This commit is contained in:
parent
2162da3a14
commit
f0723b6ee7
@ -15,7 +15,7 @@
|
||||
<hr class="my-l">
|
||||
@foreach($socialDrivers as $driver => $name)
|
||||
<div>
|
||||
<a id="social-login-{{$driver}}" class="button outline block svg" href="{{ url("/login/service/" . $driver) }}">
|
||||
<a id="social-login-{{$driver}}" class="button outline svg" href="{{ url("/login/service/" . $driver) }}">
|
||||
@icon('auth/' . $driver)
|
||||
<span>{{ trans('auth.log_in_with', ['socialDriver' => $name]) }}</span>
|
||||
</a>
|
||||
|
@ -35,14 +35,13 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</form>
|
||||
|
||||
@if(count($socialDrivers) > 0)
|
||||
<hr class="my-l">
|
||||
@foreach($socialDrivers as $driver => $name)
|
||||
<div>
|
||||
<a id="social-register-{{$driver}}" class="button block outline svg" href="{{ url("/register/service/" . $driver) }}">
|
||||
<a id="social-register-{{$driver}}" class="button outline svg" href="{{ url("/register/service/" . $driver) }}">
|
||||
@icon('auth/' . $driver)
|
||||
<span>{{ trans('auth.sign_up_with', ['socialDriver' => $name]) }}</span>
|
||||
</a>
|
||||
|
Loading…
x
Reference in New Issue
Block a user