mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Fixed social icon alignment
This commit is contained in:
parent
16dba695b1
commit
5aed73a43f
2
public/css/built.css
vendored
2
public/css/built.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
7
resources/assets/css/sidebar.css
vendored
7
resources/assets/css/sidebar.css
vendored
@ -170,13 +170,14 @@
|
|||||||
.sidebar-nav li div.nav-footer {
|
.sidebar-nav li div.nav-footer {
|
||||||
text-indent: 16px;
|
text-indent: 16px;
|
||||||
line-height: 36px;
|
line-height: 36px;
|
||||||
position: absolute;
|
position: fixed;
|
||||||
bottom:40px;
|
bottom:0;
|
||||||
left:0;
|
left:0;
|
||||||
right:0;
|
right:0;
|
||||||
text-align:left;
|
text-align:left;
|
||||||
background-color:#000;
|
background-color:#000;
|
||||||
min-width:263px;
|
width:100%;
|
||||||
|
min-width:250px;
|
||||||
border-top-style: solid;
|
border-top-style: solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user