Merge pull request #954 from pixelfed/frontend-ui-refactor

Update app layout
pull/959/head
daniel 2019-03-04 13:17:12 -07:00 zatwierdzone przez GitHub
commit c95936226e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -39,7 +39,7 @@
@if(Auth::check())
<div class="d-block d-sm-none fixed-bottom">
<div class="float-right m-3">
<button class="bg-primary p-3 rounded-circle text-white box-shadow border-0 align-middle" data-toggle="modal" data-target="#composeModal"><i class="fas fa-plus fa-2x"></i></button>
<button class="bg-primary rounded-circle text-white box-shadow border-0" data-toggle="modal" data-target="#composeModal" style="width:60px;height: 60px;"><i class="fas fa-plus fa-2x mb-0"></i></button>
</div>
</div>
<div class="modal" tabindex="-1" role="dialog" id="composeModal">