Browse Source

Fix arrow alignment

pull/1161/head
Still Hsu 7 years ago
parent
commit
0ffe271802
No known key found for this signature in database GPG Key ID: 8601A145FDA95209
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      docs/_template/light-dark-theme/styles/master.css

+ 10
- 0
docs/_template/light-dark-theme/styles/master.css View File

@@ -141,3 +141,13 @@ select {
transition: background-color .3s, color .3s;
cursor: pointer;
}

/* arrow */

span.arrow-d{
top: 6px; position: relative;
}

span.arrow-r{
top: 6px; position: relative;
}

Loading…
Cancel
Save