mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-06 14:38:48 +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 {
|
.profile-username {
|
||||||
color: var(--Rotkehlchen-orange-default);
|
color: var(--Rotkehlchen-orange-default);
|
||||||
max-width: 10rem;
|
width: 15rem;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
text-align: start;
|
||||||
}
|
}
|
||||||
.profile-popover {
|
.profile-popover {
|
||||||
padding: 1rem;
|
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