See description

- Reworked CSS of user photos tab
- Reworked Picture page CSS
- A message is now displayed on the user page when he's tagged on a picture in can't access (picture unavailable)
This commit is contained in:
Julien Constant
2023-03-10 11:05:09 +01:00
parent b7da4c5727
commit 0167afe38f
5 changed files with 506 additions and 139 deletions

View File

@ -118,6 +118,12 @@
flex-wrap: wrap;
gap: 5px;
> div {
background: rgba(0, 0, 0, .5);
cursor: not-allowed;
}
> div,
> a {
box-sizing: border-box;
position: relative;