[theme] cleanup grid layout and remove various margins and paddings from elements

This commit is contained in:
MrPaulBlack 2021-09-25 15:59:10 +02:00 committed by Markus Heiser
parent cc3c54f4cd
commit 385dce213b
4 changed files with 52 additions and 37 deletions

View file

@ -107,7 +107,6 @@ div.selectable_url {
border: 1px solid @color-result-search-url-border;
padding: 4px;
color: @color-result-search-url-font;
width: 100%;
margin: 0.1em;
overflow: hidden;
height: 1.2em;
@ -121,9 +120,8 @@ div.selectable_url {
// dialog
.dialog() {
position: relative;
width: 70%;
padding: 1em 1em 1em 2.7em;
margin: 0 8% 1em 8%;
margin: 0 0 1em 0;
border: 1px solid black;
border-radius: 4px;
text-align: left;