[chat] increase fontsize on a bunch of stuff

pull/90/head
Aevann 2023-01-21 13:14:55 +02:00
parent 919865cc51
commit d96b938678
2 changed files with 6 additions and 6 deletions

View File

@ -97,7 +97,7 @@ lite-youtube {
}
#cancel {
font-size: 10px;
font-size: 12px;
padding: 0 0 0.2rem 0.5rem;
}
@ -106,7 +106,7 @@ lite-youtube {
}
.time {
font-size: 10px;
font-size: 12px;
opacity: 0.95;
}
@ -115,7 +115,7 @@ lite-youtube {
}
.QuotedMessage * {
font-size: 10px !important;
font-size: 12px !important;
}
.quotes {

View File

@ -33,7 +33,7 @@
<a href="" class="font-weight-bold text-black userlink" target="_blank"></a>
<span class="text-black time ml-1 mb-3 d-none text-center">just now</span>
<div class="cdiv">
<div class="d-none quotes" style="font-size:10px">
<div class="d-none quotes" style="font-size:12px">
<a class="QuotedMessageLink">
<i class="fas fa-reply"></i> <span class="text-primary">@<span class="QuotedUser"></span></span>: <em class="QuotedMessage"></em>
</a>
@ -56,7 +56,7 @@
</div>
<div class="mt-3"></div>
<div id="quotes" class="mt-3 ml-3 mb-2 d-none" style="font-size:10px">
<div id="quotes" class="mt-3 ml-3 mb-2 d-none" style="font-size:12px">
<a id="QuotedMessageLink">
<i class="fas fa-reply"></i> <span class="text-primary">@<span id="QuotedUser"></span></span>: <em id="QuotedMessage"></em>
<button type="button" id="cancel" class="btn btn-secondary">Cancel</button>
@ -72,7 +72,7 @@
<i class="btn btn-secondary fas fa-smile-beam my-auto" style="font-size:1.3rem!important" data-nonce="{{g.nonce}}" data-onclick="loadEmojis('input-text')"></i>
<label class="btn btn-secondary format my-auto ml-2">
<div id="filename" class="mr-4" style="font-size:10px"><i class="fas fa-image" style="font-size:1.3rem!important"></i></div>
<div id="filename" class="mr-4" style="font-size:12px"><i class="fas fa-image" style="font-size:1.3rem!important"></i></div>
<input autocomplete="off" id="file" accept="image/*" type="file" multiple="multiple" name="file" {% if g.is_tor %}disabled{% endif %} data-nonce="{{g.nonce}}" data-onchange="changename('filename','file')" hidden>
</label>