A social pastebin built on atproto.
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

view: fix reply button rounding

+1 -1
+1 -1
templates/view.html
··· 59 59 <textarea name="text" rows="1" required placeholder="write a reply..." 60 60 class="w-full pl-3 pr-20 py-2.5 border border-gray-200 rounded-md text-sm text-gray-900 placeholder-gray-400 focus:outline-none focus:border-indigo-500 focus:ring-1 focus:ring-indigo-500 resize-none"></textarea> 61 61 <button type="submit" 62 - class="absolute right-1.5 top-1/2 -translate-y-1/2 bg-indigo-600 text-white px-3 py-1 rounded text-xs font-medium hover:bg-indigo-700 transition-colors">reply</button> 62 + class="absolute right-1.5 top-1/2 -translate-y-1/2 bg-indigo-600 text-white px-3 py-1 rounded-md text-xs font-medium hover:bg-indigo-700 transition-colors">reply</button> 63 63 </div> 64 64 </div> 65 65 </form>