1
0
mirror of https://github.com/flarum/core.git synced 2025-07-19 07:41:22 +02:00

Various user interface tweaks

This commit is contained in:
Toby Zerner
2015-12-03 15:02:52 +10:30
parent 8664a5e0b0
commit d4e52a6ad8
3 changed files with 3 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
- Fix error when sorting discussions by "oldest" (#627)
- Fix some issues with dropdown positioning
- Various user interface tweaks
## [0.1.0-beta.4] - 2015-11-05
### Added

View File

@@ -6,6 +6,7 @@
overflow: hidden;
text-overflow: ellipsis;
padding-left: 8px;
padding-right: 8px;
.icon {
font-size: 14px;

View File

@@ -66,6 +66,7 @@
> ul > li, .Dropdown-menu > li {
display: inline-block;
margin: 0 20px 0 0;
vertical-align: top;
}
.Dropdown-separator {
display: none;