fandreuz / tui-website

4 stars 2 forks source link

Reduce toolbar height inside theme viewer #23

Closed fandreuz closed 7 years ago

fandreuz commented 7 years ago

Toolbar is too tall device-2017-09-03-215106

stagfoo commented 7 years ago

looks like its extra padding in the css

.theme_preview .bottom-toolbar {    
     display: flex;
    clear: both;
    font-size: 1.5em;
    margin-bottom: 0.5em; // add this 
    margin-top: 0.5em; // add this
   // remove paddding
    text-align: center;
}
fandreuz commented 7 years ago

Where is this css?

(sorry, closed by mistake)