mirror of
https://github.com/wassname/talk.git
synced 2026-09-12 13:01:11 +08:00
Styling, refactor and instant update after banning and unbanning from community
This commit is contained in:
@@ -1,19 +1,19 @@
|
||||
.dropdown {
|
||||
position: relative;
|
||||
width: 150px;
|
||||
height: 36px;
|
||||
height: 34px;
|
||||
background: #2c2c2c;
|
||||
box-sizing: border-box;
|
||||
color: white;
|
||||
border-radius: 2px;
|
||||
border-radius: 3px;
|
||||
box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
|
||||
|
||||
line-height: 1.4;
|
||||
font-size: 13px;
|
||||
font-size: 0.98em;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.toggle {
|
||||
padding: 10px 15px;
|
||||
padding: 8px 15px;
|
||||
cursor: pointer;
|
||||
outline: none;
|
||||
|
||||
@@ -58,5 +58,5 @@
|
||||
right: 15px;
|
||||
font-size: 1.2rem;
|
||||
vertical-align: middle;
|
||||
top: 13px;
|
||||
top: 11px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user