mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-06 05:58:47 +00:00
add follow function and make small style changes
This commit is contained in:
parent
ebe047037e
commit
cb1843a8e0
1 changed files with 12 additions and 1 deletions
|
@ -1,10 +1,21 @@
|
|||
.profile-username {
|
||||
color: var(--Rotkehlchen-orange-default);
|
||||
max-width: 10rem;
|
||||
width: 15rem;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
cursor: pointer;
|
||||
text-align: start;
|
||||
}
|
||||
.profile-popover {
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
.profile-username {
|
||||
width: 10rem;
|
||||
}
|
||||
.profile-popover {
|
||||
padding: 2rem;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue