mirror of
https://github.com/wallabag/wallabag.git
synced 2025-06-05 06:58:50 +00:00
Fix #255 : increase article toolbar height if necessary
This commit is contained in:
parent
d47d2533ac
commit
06fef43180
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ a:visited {
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 50px;
|
min-height: 50px;
|
||||||
padding-top: 17px;
|
padding-top: 17px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
Loading…
Reference in a new issue