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
59d21e07b0
commit
98ef4d441e
10 changed files with 205 additions and 214 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