Skip to content

Commit

Permalink
feat: new user.php design
Browse files Browse the repository at this point in the history
  • Loading branch information
T1Il committed Aug 25, 2023
1 parent ec2b62f commit 5e38cf6
Show file tree
Hide file tree
Showing 4 changed files with 185 additions and 366 deletions.
23 changes: 23 additions & 0 deletions assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -338,3 +338,26 @@ body {
}
}

@media (max-width: 600px) {
.container {
padding: 10px;
}

.user-avatar img {
width: 60px;
height: 60px;
}

.request-title {
font-size: 16px;
}

.request-info {
align-items: flex-start;
}

.request-details {
padding: 5px;
font-size: 14px;
}
}
9 changes: 0 additions & 9 deletions opcache.ini

This file was deleted.

212 changes: 0 additions & 212 deletions user.new.php

This file was deleted.

Loading

0 comments on commit 5e38cf6

Please sign in to comment.