mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
Merge pull request #873 from pixelfed/frontend-ui-refactor
Frontend ui refactor
This commit is contained in:
commit
4eb11f44e6
3 changed files with 3 additions and 3 deletions
2
public/js/profile.js
vendored
2
public/js/profile.js
vendored
File diff suppressed because one or more lines are too long
|
@ -6,7 +6,7 @@
|
|||
"/js/components.js": "/js/components.js?id=42433de4ebbff72c4293",
|
||||
"/js/discover.js": "/js/discover.js?id=95091dda6723ab05dbb5",
|
||||
"/js/micro.js": "/js/micro.js?id=178479fb6990f8806257",
|
||||
"/js/profile.js": "/js/profile.js?id=6ec75334f334309063e0",
|
||||
"/js/profile.js": "/js/profile.js?id=1c8f0ba44bfd283f13c8",
|
||||
"/js/status.js": "/js/status.js?id=096927f9312b1d7bb1b0",
|
||||
"/js/timeline.js": "/js/timeline.js?id=4101fb6ac1673f3e0abd"
|
||||
}
|
||||
|
|
|
@ -308,7 +308,7 @@
|
|||
color: #fff;
|
||||
position:relative;
|
||||
margin-top: 10px;
|
||||
z-index: 999999;
|
||||
z-index: 9;
|
||||
opacity: 0.6;
|
||||
text-shadow: 3px 3px 16px #272634;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue