summaryrefslogtreecommitdiffstats
path: root/src/styles/main.css
diff options
context:
space:
mode:
authorMaksymilian Jopek <maks@jopek.eu>2021-10-31 14:31:29 +0100
committerMaksymilian Jopek <maks@jopek.eu>2021-10-31 14:31:29 +0100
commit27075885e95bd0efc062920685e04287feb4b556 (patch)
tree0c51ab493589bd0ebd7b733ada697ed777aa08d1 /src/styles/main.css
parentdbb66972ebd987f60e10939bfb4493f87bbc73c3 (diff)
downloadisiqandisi-27075885e95bd0efc062920685e04287feb4b556.tar.gz
isiqandisi-27075885e95bd0efc062920685e04287feb4b556.tar.zst
isiqandisi-27075885e95bd0efc062920685e04287feb4b556.zip
Almost the end
Diffstat (limited to 'src/styles/main.css')
-rw-r--r--src/styles/main.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/styles/main.css b/src/styles/main.css
index 7918a59..3dc2cef 100644
--- a/src/styles/main.css
+++ b/src/styles/main.css
@@ -10,11 +10,23 @@ body {
height: 30px;
cursor: pointer;
}
+#txts {
+ position: absolute;
+ top: 15;
+ right: 0;
+ font-size: 25px;
+}
.chit {
border: 1px solid black;
position: absolute;
}
+.txt {
+ width: 90%;
+ height: 90%;
+ margin: 5%;
+ overflow: auto;
+}
.edit {
position: absolute;
background-image: url('static/edit.svg');