aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorr <r@freesoftwareextremist.com>2021-05-30 09:13:47 +0000
committerr <r@freesoftwareextremist.com>2021-05-30 09:13:47 +0000
commit4ab53547a81aa954b694fbde292c14bd2d04b76c (patch)
tree4ed7280db468abc4b9a05bf05d5d32776772342a /static/style.css
parent9f34b607498c09b4a21bdcc82b3295f6c94bd058 (diff)
parent44d4b0d379ddfe004bff710c5c3cb44692500ad4 (diff)
downloadbloat-4ab53547a81aa954b694fbde292c14bd2d04b76c.tar.gz
bloat-4ab53547a81aa954b694fbde292c14bd2d04b76c.zip
Merge branch 'master' into absolute_fluoride
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css29
1 files changed, 26 insertions, 3 deletions
diff --git a/static/style.css b/static/style.css
index 1921f5e..4e1ddce 100644
--- a/static/style.css
+++ b/static/style.css
@@ -159,12 +159,20 @@ body {
margin-left: 4px;
}
-.post-content {
+textarea {
padding: 4px;
font-size: 11pt;
font-family: initial;
+}
+
+.post-content {
+ box-sizing: border-box;
width: 100%;
+}
+
+#css {
box-sizing: border-box;
+ max-width: 100%;
}
.pagination {
@@ -351,9 +359,10 @@ a:hover,
}
.emoji-item-container {
- min-width: 220px;
+ width: 220px;
display: inline-block;
margin: 4px 0;
+ overflow: hidden;
}
.emoji-item {
@@ -552,6 +561,20 @@ kbd {
font-size: 10pt;
}
+.filters {
+ margin: 10px 0;
+}
+
+.filters td {
+ padding: 2px 4px;
+}
+
+#img-preview {
+ pointer-events: none;
+ z-index: 2;
+ position: fixed;
+}
+
.dark {
background-color: #222222;
background-image: none;
@@ -562,7 +585,7 @@ kbd {
color: #81a2be;
}
-.dark #post-content {
+.dark textarea {
background-color: #333333;
border: 1px solid #444444;
color: #eaeaea;