mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
leave room for vertical scrollbar (when needed)
This commit is contained in:
parent
fc5316fe21
commit
b0ab3e468b
3 changed files with 21 additions and 9 deletions
|
@ -985,6 +985,10 @@ input#dfrn-url {
|
|||
width: 450px;
|
||||
margin-left: 10px;
|
||||
margin-bottom: 20px;
|
||||
padding: 20px;
|
||||
max-height: 400px;
|
||||
overflow: auto;
|
||||
|
||||
}
|
||||
|
||||
.wall-item-title {
|
||||
|
@ -1996,8 +2000,3 @@ a.mail-list-link {
|
|||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
|
||||
.wall-item-content {
|
||||
max-height: 400px;
|
||||
overflow:auto;
|
||||
}
|
||||
|
|
|
@ -854,6 +854,9 @@ input#dfrn-url {
|
|||
width: 450px;
|
||||
margin-left: 10px;
|
||||
margin-bottom: 20px;
|
||||
padding: 20px;
|
||||
max-height: 400px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.wall-item-title {
|
||||
|
@ -1879,7 +1882,3 @@ a.mail-list-link {
|
|||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.wall-item-content {
|
||||
max-height: 400px;
|
||||
overflow:auto;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue