mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-25 04:36:46 +00:00
Remove unused style
// FREEBIE
This commit is contained in:
@@ -508,22 +508,6 @@
|
||||
height: 36px;
|
||||
}
|
||||
|
||||
.send-btn {
|
||||
float: right;
|
||||
height: 36px;
|
||||
width: 36px;
|
||||
border: none;
|
||||
outline: none;
|
||||
background: url('/images/send.png') no-repeat;
|
||||
background-size: 75%;
|
||||
background-position: center center;
|
||||
cursor: pointer;
|
||||
|
||||
&::before {
|
||||
content: '+';
|
||||
}
|
||||
}
|
||||
|
||||
.send-message {
|
||||
display: block;
|
||||
width: calc(100% - #{$button-width});
|
||||
|
||||
@@ -1032,18 +1032,6 @@ input.search {
|
||||
.bottom-bar .choose-file {
|
||||
float: left;
|
||||
height: 36px; }
|
||||
.bottom-bar .send-btn {
|
||||
float: right;
|
||||
height: 36px;
|
||||
width: 36px;
|
||||
border: none;
|
||||
outline: none;
|
||||
background: url("/images/send.png") no-repeat;
|
||||
background-size: 75%;
|
||||
background-position: center center;
|
||||
cursor: pointer; }
|
||||
.bottom-bar .send-btn::before {
|
||||
content: '+'; }
|
||||
.bottom-bar .send-message {
|
||||
display: block;
|
||||
width: calc(100% - 36px);
|
||||
|
||||
Reference in New Issue
Block a user