mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-01 03:22:23 +00:00
Fix action's icons position
This commit is contained in:
parent
8e2419a5cf
commit
bb2934d476
2 changed files with 2 additions and 2 deletions
|
@ -304,7 +304,7 @@ nav {
|
||||||
.nav-panel-buttom {
|
.nav-panel-buttom {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
justify-content: right;
|
justify-content: flex-end;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-panel-buttom li {
|
.nav-panel-buttom li {
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue