mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-25 09:18:51 +01:00
Fix flex issues
This commit is contained in:
parent
8f43099840
commit
4a75d6f172
1 changed files with 3 additions and 0 deletions
|
@ -475,6 +475,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.request-notifcations {
|
.request-notifcations {
|
||||||
|
min-width: 0;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
@ -482,6 +483,8 @@
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
|
|
||||||
.last-post {
|
.last-post {
|
||||||
|
max-width: 100%;
|
||||||
|
|
||||||
> .status-link {
|
> .status-link {
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
Loading…
Reference in a new issue