mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-10 13:18:48 +00:00
refactor css and tsx files
This commit is contained in:
parent
57ad6a6541
commit
c9700a8a8e
2 changed files with 56 additions and 0 deletions
10
code/frontend/src/components/username.css
Normal file
10
code/frontend/src/components/username.css
Normal file
|
@ -0,0 +1,10 @@
|
|||
.profile-username {
|
||||
color: var(--Rotkehlchen-orange-default);
|
||||
max-width: 10rem;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
cursor: pointer;
|
||||
}
|
||||
.profile-popover {
|
||||
padding: 1rem;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue