mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-29 10:49:51 +01:00
decreased the severity of the border radii on the post window, and removed
them completely from the bottom of the window, as it conflicts with the taskbar
This commit is contained in:
@@ -10,9 +10,13 @@
|
||||
height: 100%;
|
||||
background: rgba(64, 64, 64, 0.6);
|
||||
visibility: visible;
|
||||
-webkit-border-radius: 10px;
|
||||
-moz-border-radius: 10px;
|
||||
border-radius: 10px;
|
||||
-webkit-border-top-left-radius: 7px;
|
||||
-moz-border-radius-topleft: 7px;
|
||||
border-top-left-radius: 7px;
|
||||
-webkit-border-top-right-radius: 7px;
|
||||
-moz-border-radius-topright: 7px;
|
||||
border-top-right-radius: 7px;
|
||||
|
||||
|
||||
.btn-toolbar {
|
||||
&.formatting-bar {
|
||||
|
||||
Reference in New Issue
Block a user