1
mirror of https://invent.kde.org/network/falkon.git synced 2024-12-20 10:46:35 +01:00

Merge branch 'Falkon/3.0'

This commit is contained in:
David Rosca 2018-03-16 16:13:00 +01:00
commit 76eee703da
No known key found for this signature in database
GPG Key ID: EBC3FC294452C6D8

View File

@ -178,6 +178,8 @@ div.entry:hover .edit, div.entry:hover .close, div.entry:hover .reload {
#overlay-edit { #overlay-edit {
outline: none; outline: none;
width: 500px; width: 500px;
height: auto;
max-height: 120%;
margin-%LEFT_STR%: auto; margin-%LEFT_STR%: auto;
margin-%RIGHT_STR%: auto; margin-%RIGHT_STR%: auto;
margin-top: 5%; margin-top: 5%;
@ -187,6 +189,8 @@ div.entry:hover .edit, div.entry:hover .close, div.entry:hover .reload {
box-shadow: 0 0 0 1px rgba(255,255,255, 0.6); box-shadow: 0 0 0 1px rgba(255,255,255, 0.6);
padding: 15px; padding: 15px;
padding-bottom: 0; padding-bottom: 0;
overflow-x: hidden;
overflow-y: auto;
} }
#overlay-edit img { #overlay-edit img {