1
0
Fork 0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2025-07-25 02:51:22 +00:00

remove margin top fix between nav and controls

This commit is contained in:
Magnus Walbeck 2018-01-27 15:13:26 +08:00
parent 4be2e03eba
commit 1e009b8588
2 changed files with 0 additions and 7 deletions

View file

@ -66,10 +66,6 @@
background-color: $background-normal;
}
#app-navigation + #app-content #controls {
margin-top: 1px;
}
/* Breadcrumbs -------------------------------------------------------------- */
div.crumb a, div.crumb > span {

View file

@ -686,9 +686,6 @@ input[type="button"] {
#controls {
background-color: #31363b; }
#app-navigation + #app-content #controls {
margin-top: 1px; }
/* Breadcrumbs -------------------------------------------------------------- */
div.crumb a, div.crumb > span {
color: #bdc3c7; }