mirror of
https://github.com/phpbb/phpbb.git
synced 2025-09-02 04:42:37 +02:00
[ticket/17459] Increase font sizes
PHPBB-17459
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
.button {
|
||||
font-family: "Open Sans", "Droid Sans", Verdana, Arial, Helvetica;
|
||||
font-size: 13px;
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
line-height: 1.4;
|
||||
text-align: center;
|
||||
@@ -16,7 +16,7 @@
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
box-sizing: border-box;
|
||||
height: 24px;
|
||||
height: 30px;
|
||||
padding: 2px 8px;
|
||||
cursor: pointer;
|
||||
touch-action: manipulation;
|
||||
@@ -185,11 +185,11 @@
|
||||
|
||||
/* Responsive buttons in post body */
|
||||
.post-buttons .dropdown {
|
||||
top: 18px;
|
||||
top: 30px;
|
||||
}
|
||||
|
||||
.post-buttons .dropdown a {
|
||||
font-size: 13px;
|
||||
font-size: 16px;
|
||||
text-align: right;
|
||||
display: block;
|
||||
justify-content: start;
|
||||
|
Reference in New Issue
Block a user