Commit 52e4ded2bda667f25a99a71da70dc9a9ca7c4186
1 parent
e27db669
paper card controllet
Showing
1 changed file
with
4 additions
and
3 deletions
controllets/paper-card-controllet/paper-card-controllet.html
@@ -105,15 +105,16 @@ | @@ -105,15 +105,16 @@ | ||
105 | #fullscreen_container{ | 105 | #fullscreen_container{ |
106 | position: fixed; | 106 | position: fixed; |
107 | width: 80%; | 107 | width: 80%; |
108 | - height: 75%; | 108 | + height: 60%; |
109 | right: 0; | 109 | right: 0; |
110 | left: 0; | 110 | left: 0; |
111 | - top: 5%; | 111 | + top: 10%; |
112 | margin-right: auto; | 112 | margin-right: auto; |
113 | margin-left: auto; | 113 | margin-left: auto; |
114 | z-index: 1000; | 114 | z-index: 1000; |
115 | display: none; | 115 | display: none; |
116 | - padding: 20px; | 116 | + padding: 40px; |
117 | + line-height: 20px; | ||
117 | } | 118 | } |
118 | 119 | ||
119 | .close_fullscreen{ | 120 | .close_fullscreen{ |